다음을 통해 공유


VirtualMachinesOperationsExtensions.BeginRestartHostsAsync Method

Definition

Restarts the specified HDInsight cluster hosts.

public static System.Threading.Tasks.Task BeginRestartHostsAsync (this Microsoft.Azure.Management.HDInsight.IVirtualMachinesOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IList<string> hosts, System.Threading.CancellationToken cancellationToken = default);
static member BeginRestartHostsAsync : Microsoft.Azure.Management.HDInsight.IVirtualMachinesOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginRestartHostsAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, clusterName As String, hosts As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IVirtualMachinesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

hosts
IList<String>

The list of hosts to restart

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to