Freigeben über


DedicatedHostsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zu einem dedizierten Host ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInner> GetAsync (this Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.Fluent.IDedicatedHostsOperations * string * string * string * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.InstanceViewTypes> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.DedicatedHostInner>
<Extension()>
Public Function GetAsync (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, Optional expand As Nullable(Of InstanceViewTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DedicatedHostInner)

Parameter

operations
IDedicatedHostsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

hostGroupName
String

Der Name der dedizierten Hostgruppe.

hostName
String

Der Name des dedizierten Hosts.

expand
Nullable<InstanceViewTypes>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Mögliche Werte: "instanceView"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: