Freigeben über


DedicatedHostGroupsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zu einer dedizierten Hostgruppe ab.

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

Parameter

operations
IDedicatedHostGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

hostGroupName
String

Der Name der dedizierten Hostgruppe.

expand
Nullable<InstanceViewTypes>

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll. Die Antwort zeigt die Liste der instance Ansicht der dedizierten Hosts unter der dedizierten Hostgruppe an. Mögliche Werte: "instanceView"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: