DedicatedHostsOperationsExtensions.Restart Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 Restart (this Microsoft.Azure.Management.Compute.IDedicatedHostsOperations operations, string resourceGroupName, string hostGroupName, string hostName);
static member Restart : Microsoft.Azure.Management.Compute.IDedicatedHostsOperations * string * string * string -> unit
<Extension()>
Public Sub Restart (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 à
Azure SDK for .NET