Compartilhar via


ClustersOperationsExtensions.Resize Método

Definição

Sobrecargas

Resize(IClustersOperations, String, String, ClusterResizeParameters)

Redimensiona o cluster HDInsight especificado para o tamanho especificado.

Resize(IClustersOperations, String, String, Int32)

Redimensiona o cluster HDInsight especificado.

Resize(IClustersOperations, String, String, ClusterResizeParameters)

Redimensiona o cluster HDInsight especificado para o tamanho especificado.

public static void Resize (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters parameters);
static member Resize : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters -> unit
<Extension()>
Public Sub Resize (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterResizeParameters)

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

parameters
ClusterResizeParameters

Os parâmetros para a operação de redimensionamento.

Aplica-se a

Resize(IClustersOperations, String, String, Int32)

Redimensiona o cluster HDInsight especificado.

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

Parâmetros

operations
IClustersOperations

Referência ao Microsoft.Azure.Management.HDInsight.IClusterOperations.

resourceGroupName
String

Obrigatórios. O nome do grupo de recursos.

clusterName
String

Obrigatórios. O nome do cluster.

targetInstanceCount
Int32

Obrigatórios. A contagem de instâncias de destino.

Aplica-se a