Get Enterprise Channel Result
data class GetEnterpriseChannelResult(val etag: String? = null, val id: String, val kind: String? = null, val location: String? = null, val name: String, val properties: EnterpriseChannelPropertiesResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Enterprise Channel resource definition
Constructors
Link copied to clipboard
fun GetEnterpriseChannelResult(etag: String? = null, id: String, kind: String? = null, location: String? = null, name: String, properties: EnterpriseChannelPropertiesResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)