Bagikan melalui


GroupQuotaLimitCollection.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}/groupQuotaLimits/{resourceName}
  • Operation Id: GroupQuotaLimits_Get
  • Default Api Version: 2023-06-01-preview
  • Resource: GroupQuotaLimitResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaLimitResource> GetIfExists (string resourceName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaLimitResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Quota.GroupQuotaLimitResource>
Public Overridable Function GetIfExists (resourceName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of GroupQuotaLimitResource)

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