Get Group Quota Result
data class GetGroupQuotaResult(val azureApiVersion: String, val id: String, val name: String, val properties: GroupQuotasEntityResponseProperties, val systemData: SystemDataResponse, val type: String)
Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: GroupQuotasEntityResponseProperties, systemData: SystemDataResponse, type: String)