Share via


SubscriptionQuotaAllocationCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Management/managementGroups/{managementGroupId}/subscriptions/{subscriptionId}/providers/Microsoft.Quota/groupQuotas/{groupQuotaName}/quotaAllocations/{resourceName}
  • Operation Id: GroupQuotaSubscriptionAllocation_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: SubscriptionQuotaAllocationResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource> GetIfExists (string resourceName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.SubscriptionQuotaAllocationResource>
Public Overridable Function GetIfExists (resourceName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SubscriptionQuotaAllocationResource)

Parameters

resourceName
String

Resource name.

filter
String
Field Supported operators

location eq {location} Example: $filter=location eq eastus

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceName is an empty string, and was expected to be non-empty.

resourceName or filter is null.

Applies to