Partager via


DedicatedHostsOperationsExtensions.RestartAsync Méthode

Définition

Redémarrez l’hôte dédié. L’opération se termine correctement une fois que l’hôte dédié a redémarré et est en cours d’exécution. Pour déterminer l’intégrité des machines virtuelles déployées sur l’hôte dédié après le redémarrage case activée le centre Resource Health dans le portail Azure. Pour plus d’informations, reportez-vous à https://docs.microsoft.com/azure/service-health/resource-health-overview .

public static System.Threading.Tasks.Task RestartAsync (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName, System.Threading.CancellationToken cancellationToken = default);
static member RestartAsync : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RestartAsync (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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é.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à