Workflow interface
The workflow type.
- Extends
Properties
access |
The access control configuration. |
access |
Gets the access endpoint. NOTE: This property will not be serialized. It can only be populated by the server. |
changed |
Gets the changed time. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
Gets the created time. NOTE: This property will not be serialized. It can only be populated by the server. |
definition | The definition. |
endpoints |
The endpoints configuration. |
identity | Managed service identity. |
integration |
The integration account. |
integration |
The integration service environment. |
kind | The workflow kind. |
parameters | The parameters. |
provisioning |
Gets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
sku | The sku. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state. |
version | Gets the version. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The resource id. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The resource location. |
name | Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The resource tags. |
type | Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accessControl
The access control configuration.
accessControl?: FlowAccessControlConfiguration
Property Value
accessEndpoint
Gets the access endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
accessEndpoint?: string
Property Value
string
changedTime
Gets the changed time. NOTE: This property will not be serialized. It can only be populated by the server.
changedTime?: Date
Property Value
Date
createdTime
Gets the created time. NOTE: This property will not be serialized. It can only be populated by the server.
createdTime?: Date
Property Value
Date
definition
The definition.
definition?: Record<string, unknown>
Property Value
Record<string, unknown>
endpointsConfiguration
The endpoints configuration.
endpointsConfiguration?: FlowEndpointsConfiguration
Property Value
identity
integrationAccount
integrationServiceEnvironment
The integration service environment.
integrationServiceEnvironment?: ResourceReference
Property Value
kind
The workflow kind.
kind?: string
Property Value
string
parameters
The parameters.
parameters?: {[propertyName: string]: WorkflowParameter}
Property Value
{[propertyName: string]: WorkflowParameter}
provisioningState
Gets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sku
The sku. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: WorkflowSku
Property Value
state
The state.
state?: string
Property Value
string
version
Gets the version. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited Property Details
id
The resource id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From WorkflowResource.id
location
The resource location.
location?: string
Property Value
string
Inherited From WorkflowResource.location
name
Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From WorkflowResource.name
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From WorkflowResource.tags
type
Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From WorkflowResource.type