WorkflowVersion interface
The workflow version.
- 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. |
integration |
The integration account. |
parameters | The parameters. |
provisioning |
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?: any
Property Value
any
endpointsConfiguration
The endpoints configuration.
endpointsConfiguration?: FlowEndpointsConfiguration
Property Value
integrationAccount
parameters
The parameters.
parameters?: {[propertyName: string]: WorkflowParameter}
Property Value
{[propertyName: string]: WorkflowParameter}
provisioningState
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?: Sku
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 Resource.id
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 Resource.name
tags
The resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.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 Resource.type