次の方法で共有


ClustersOperationsExtensions.BeginResizingAsync メソッド

定義

指定した HDInsight クラスターのサイズ変更を開始します。

public static System.Threading.Tasks.Task BeginResizingAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount, System.Threading.CancellationToken cancellationToken = default);
static member BeginResizingAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginResizingAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, targetInstanceCount As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IClustersOperations

Microsoft.Azure.Management.HDInsight.IClusterOperations への参照。

resourceGroupName
String

必須。 リソース グループの名前。

clusterName
String

必須。 クラスターの名前です。

targetInstanceCount
Int32

必須。 ターゲット インスタンス数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

クラスターの実行時間の長い操作応答。

適用対象