Get Integration Account Assembly Result
data class GetIntegrationAccountAssemblyResult(val id: String, val location: String? = null, val name: String, val properties: AssemblyPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
The assembly definition.
Constructors
Link copied to clipboard
fun GetIntegrationAccountAssemblyResult(id: String, location: String? = null, name: String, properties: AssemblyPropertiesResponse, tags: Map<String, String>? = null, type: String)