Udostępnij za pośrednictwem


GroupQuotaLimitCollection.Exists(String, String, CancellationToken) Method

Definition

Checks to see if the resource exists in azure.

  • 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.Response<bool> Exists (string resourceName, string filter, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (resourceName As String, filter As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

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