Partager via


DedicatedHostsOperationsExtensions.BeginRestart 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 void BeginRestart (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName);
static member BeginRestart : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginRestart (operations As IDedicatedHostsOperations, resourceGroupName As String, hostGroupName As String, hostName As String)

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

S’applique à