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. Azure REST API version: 2023-06-01-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