Get Workflow Result
data class GetWorkflowResult(val accessEndpoint: String, val connectorEndpointIpAddresses: List<String>, val connectorOutboundIpAddresses: List<String>, val id: String, val identities: List<GetWorkflowIdentity>, val location: String, val logicAppIntegrationAccountId: String, val name: String, val parameters: Map<String, String>, val resourceGroupName: String, val tags: Map<String, String>, val workflowEndpointIpAddresses: List<String>, val workflowOutboundIpAddresses: List<String>, val workflowSchema: String, val workflowVersion: String)
A collection of values returned by getWorkflow.
Constructors
Link copied to clipboard
fun GetWorkflowResult(accessEndpoint: String, connectorEndpointIpAddresses: List<String>, connectorOutboundIpAddresses: List<String>, id: String, identities: List<GetWorkflowIdentity>, location: String, logicAppIntegrationAccountId: String, name: String, parameters: Map<String, String>, resourceGroupName: String, tags: Map<String, String>, workflowEndpointIpAddresses: List<String>, workflowOutboundIpAddresses: List<String>, workflowSchema: String, workflowVersion: String)