Share via


GroupQuotaEnforcementCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • 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.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource> GetIfExists (Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource>
override this.GetIfExists : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaEnforcementResource>
Public Overridable Function GetIfExists (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of GroupQuotaEnforcementResource)

Parameters

location
AzureLocation

The name of the Azure region.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to