GroupQuotaEnforcementResource.Get(CancellationToken) Method

Definition

Gets the GroupQuotas enforcement settings for the ResourceProvider/location. The locations, where GroupQuota enforcement is not enabled will return Not Found.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/resourceProviders/{resourceProviderName}/locationSettings/{location}
  • Operation Id: GroupQuotaLocationSettings_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: GroupQuotaEnforcementResource
public virtual Azure.Response<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of GroupQuotaEnforcementResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to