GetIntegrationServiceEnvironmentResult

data class GetIntegrationServiceEnvironmentResult(val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String? = null, val name: String, val properties: IntegrationServiceEnvironmentPropertiesResponse, val sku: IntegrationServiceEnvironmentSkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

The integration service environment.

Constructors

Link copied to clipboard
constructor(id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, properties: IntegrationServiceEnvironmentPropertiesResponse, sku: IntegrationServiceEnvironmentSkuResponse? = 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

Managed service identity properties.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The integration service environment properties.

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

The resource tags.

Link copied to clipboard

Gets the resource type.