Get Service Group Result
data class GetServiceGroupResult(val azureApiVersion: String, val id: String, val kind: String? = null, val name: String, val properties: ServiceGroupPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The serviceGroup details.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, kind: String? = null, name: String, properties: ServiceGroupPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)