Freigeben über


HostPoolCollection.ExistsAsync(String, CancellationToken) Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}
  • Vorgangs-IdHostPools_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string hostPoolName, 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 (hostPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parameter

hostPoolName
String

Der Name des Hostpools innerhalb der angegebenen Ressourcengruppe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

hostPoolName ist NULL.

Gilt für: