ListLogicAppWorkflowsConnectionsResult

data class ListLogicAppWorkflowsConnectionsResult(val id: String, val kind: String? = null, val location: String? = null, val name: String, val properties: WorkflowEnvelopeResponseProperties, val type: String)

Workflow properties definition.

Constructors

Link copied to clipboard
constructor(id: String, kind: String? = null, location: String? = null, name: String, properties: WorkflowEnvelopeResponseProperties, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard
val kind: String? = null

The resource kind.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

Additional workflow properties.

Link copied to clipboard

Gets the resource type.