Partager via


DedicatedHostsOperationsExtensions.GetAsync Méthode

Définition

Récupère des informations sur un hôte dédié.

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)

Paramètres

operations
IDedicatedHostsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

hostGroupName
String

Nom du groupe hôte dédié.

hostName
String

Nom de l’hôte dédié.

expand
Nullable<InstanceViewTypes>

Expression de développement à appliquer à l’opération. Les valeurs possibles sont les suivantes : « instanceView »

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à