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 groupQuota can be access from the groupQuota 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 subscriptionId along with its provisioning state for being associated with the GroupQuotasEntity. Azure REST API version: 2023-06-01-preview.
suspend fun getGroupQuotaSubscription(argument: suspend GetGroupQuotaSubscriptionPlainArgsBuilder.() -> Unit): GetGroupQuotaSubscriptionResult
suspend fun getGroupQuotaSubscription(groupQuotaName: String, mgId: String): GetGroupQuotaSubscriptionResult