Freigeben über


CognitiveServicesDeletedAccountCollection.Exists Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}
  • Vorgangs-IdDeletedAccounts_Get
public virtual Azure.Response<bool> Exists (Azure.Core.AzureLocation location, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (location As AzureLocation, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameter

location
AzureLocation

Ressourcenspeicherort

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

accountName
String

Der Name des Cognitive Services-Kontos.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

resourceGroupName oder accountName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

resourceGroupName oder accountName ist NULL.

Gilt für: