Quota Functions
object 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(argument: suspend GetGroupQuotaPlainArgsBuilder.() -> Unit): GetGroupQuotaResult
Link copied to clipboard
suspend fun getGroupQuotaSubscription(argument: GetGroupQuotaSubscriptionPlainArgs): GetGroupQuotaSubscriptionResult
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(argument: suspend GetGroupQuotaSubscriptionPlainArgsBuilder.() -> Unit): GetGroupQuotaSubscriptionResult
suspend fun getGroupQuotaSubscription(groupQuotaName: String, managementGroupId: String): GetGroupQuotaSubscriptionResult