DesktopVirtualizationExtensions.GetHostPoolAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen eines Hostpools.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}
- Vorgangs-IdHostPools_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>> GetHostPoolAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hostPoolName, System.Threading.CancellationToken cancellationToken = default);
static member GetHostPoolAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DesktopVirtualization.HostPoolResource>>
<Extension()>
Public Function GetHostPoolAsync (resourceGroupResource As ResourceGroupResource, hostPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HostPoolResource))
Parameter
- resourceGroupResource
- ResourceGroupResource
Der ResourceGroupResource instance die -Methode ausgeführt wird.
- 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.