getGroupQuotaSubscription

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.

Return

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.

Parameters

argument

null


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

Return

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.

Parameters

groupQuotaName

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

managementGroupId

Management Group Id.

See also


Return

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.

Parameters

argument

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

See also