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 2025-03-01. Other available API versions: 2023-06-01-preview, 2024-10-15-preview, 2024-12-18-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quota [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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