QuotaFunctions

Functions

Link copied to clipboard

Gets the GroupQuotas for the name passed. It will return the GroupQuotas properties only. The details on group quota can be access from the group quota APIs. Azure REST API version: 2023-06-01-preview.

suspend fun getGroupQuota(groupQuotaName: String, managementGroupId: String): GetGroupQuotaResult
Link copied to clipboard

Returns the subscriptionIds along with its provisioning state for being associated with the GroupQuota. If the subscription is not a member of GroupQuota, it will return 404, else 200. Azure REST API version: 2023-06-01-preview.

suspend fun getGroupQuotaSubscription(groupQuotaName: String, managementGroupId: String): GetGroupQuotaSubscriptionResult