Get Integration Service Environment Result
data class GetIntegrationServiceEnvironmentResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, identity: ManagedServiceIdentityResponse? = null, location: String? = null, name: String, properties: IntegrationServiceEnvironmentPropertiesResponse, sku: IntegrationServiceEnvironmentSkuResponse? = null, tags: Map<String, String>? = null, type: String)