GetIntegrationAccountResult

data class GetIntegrationAccountResult(val id: String, val integrationServiceEnvironment: ResourceReferenceResponse? = null, val location: String? = null, val name: String, val sku: IntegrationAccountSkuResponse? = null, val state: String? = null, val tags: Map<String, String>? = null, val type: String)

The integration account.

Constructors

Link copied to clipboard
constructor(id: String, integrationServiceEnvironment: ResourceReferenceResponse? = null, location: String? = null, name: String, sku: IntegrationAccountSkuResponse? = null, state: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard

The integration service environment.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The sku.

Link copied to clipboard
val state: String? = null

The workflow state.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

Gets the resource type.