Freigeben über


VirtualMachinesOperationsExtensions.RestartHosts Methode

Definition

Startet die angegebenen HDInsight-Clusterhosts neu.

public static void RestartHosts (this Microsoft.Azure.Management.HDInsight.IVirtualMachinesOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IList<string> hosts);
static member RestartHosts : Microsoft.Azure.Management.HDInsight.IVirtualMachinesOperations * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub RestartHosts (operations As IVirtualMachinesOperations, resourceGroupName As String, clusterName As String, hosts As IList(Of String))

Parameter

operations
IVirtualMachinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

clusterName
String

Der Name des Clusters.

hosts
IList<String>

Die Liste der neu zu startenden Hosts

Gilt für: