Get Workflow Result
data class GetWorkflowResult(val accessControl: FlowAccessControlConfigurationResponse? = null, val accessEndpoint: String, val changedTime: String, val createdTime: String, val definition: Any? = null, val endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val integrationAccount: ResourceReferenceResponse? = null, val integrationServiceEnvironment: ResourceReferenceResponse? = null, val location: String? = null, val name: String, val parameters: Map<String, WorkflowParameterResponse>? = null, val provisioningState: String, val sku: SkuResponse, val state: String? = null, val tags: Map<String, String>? = null, val type: String, val version: String)
The workflow type.
Constructors
Link copied to clipboard
fun GetWorkflowResult(accessControl: FlowAccessControlConfigurationResponse? = null, accessEndpoint: String, changedTime: String, createdTime: String, definition: Any? = null, endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, integrationAccount: ResourceReferenceResponse? = null, integrationServiceEnvironment: ResourceReferenceResponse? = null, location: String? = null, name: String, parameters: Map<String, WorkflowParameterResponse>? = null, provisioningState: String, sku: SkuResponse, state: String? = null, tags: Map<String, String>? = null, type: String, version: String)