getGroupQuota

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.

Return

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

Parameters

argument

null


suspend fun getGroupQuota(groupQuotaName: String, managementGroupId: String): GetGroupQuotaResult

Return

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

Parameters

groupQuotaName

The GroupQuota name. The name should be unique for the provided context tenantId/MgId.

managementGroupId

Management Group Id.

See also


Return

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified.

Parameters

argument

Builder for com.pulumi.azurenative.quota.kotlin.inputs.GetGroupQuotaPlainArgs.

See also