Freigeben über


ReservationQuotaCollection.ExistsAsync(String, CancellationToken) Methode

Definition

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Vorgang IdQuota_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameter

resourceName
String

Der Ressourcenname für einen Ressourcenanbieter, z. B. SKU-Name für Microsoft.Compute, Sku oder TotalLowPriorityCores für Microsoft.MachineLearningServices.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

resourceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

resourceName ist NULL.

Gilt für: