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