Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.9 KB

File metadata and controls

50 lines (37 loc) · 1.9 KB
title industryDataActivity resource type
description Represents an abstract base type for all activities that are run by the underlying scheduler.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

industryDataActivity resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

Represents an abstract base type for all activities that are run by the underlying scheduler.

Base type of inboundFlow.

Properties

Property Type Description
displayName String The name of the activity. Maximum supported length is 100 characters.
readinessStatus microsoft.graph.industryData.readinessStatus The state of the activity from creation through to ready to do work. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataActivity",
  "displayName": "String",
  "readinessStatus": "String"
}