industryDataActivity resource type
Namespace: microsoft.graph.industryData
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}