次の方法で共有


ClustersOperationsExtensions.BeginResizing メソッド

定義

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

public static void BeginResizing (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount);
static member BeginResizing : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int -> unit
<Extension()>
Public Sub BeginResizing (operations As IClustersOperations, resourceGroupName As String, clusterName As String, targetInstanceCount As Integer)

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

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

targetInstanceCount
Int32

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

適用対象