Freigeben über


HostPoolCollection.GetIfExistsAsync(String, CancellationToken) Methode

Definition

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}
  • Vorgang IdHostPools_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>> GetIfExistsAsync (string hostPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>>
Public Overridable Function GetIfExistsAsync (hostPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of HostPoolResource))

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: