Get Service Result
data class GetServiceResult(val id: String, val location: String? = null, val name: String, val properties: ClusterResourcePropertiesResponse, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Service resource
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ClusterResourcePropertiesResponse, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)