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. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2024-10-15-preview, 2024-12-18-preview, 2025-03-01, 2025-03-15-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. Uses Azure REST API version 2023-06-01-preview. Other available API versions: 2024-10-15-preview, 2024-12-18-preview, 2025-03-01, 2025-03-15-preview.

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