get Group Quota Subscription
suspend fun getGroupQuotaSubscription(argument: GetGroupQuotaSubscriptionPlainArgs): GetGroupQuotaSubscriptionResult
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
group Quota Name
The GroupQuota name. The name should be unique for the provided context tenantId/MgId.
management Group Id
Management Group Id.
See also
suspend fun getGroupQuotaSubscription(argument: suspend GetGroupQuotaSubscriptionPlainArgsBuilder.() -> Unit): GetGroupQuotaSubscriptionResult
Return
This represents a Azure subscriptionId that is associated with a GroupQuotasEntity.
Parameters
argument
Builder for com.pulumi.azurenative.quota.kotlin.inputs.GetGroupQuotaSubscriptionPlainArgs.