ClustersOperationsExtensions.Resize Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Resize(IClustersOperations, String, String, ClusterResizeParameters) |
Cambia el tamaño del clúster de HDInsight especificado al tamaño especificado. |
Resize(IClustersOperations, String, String, Int32) |
Cambia el tamaño del clúster de HDInsight especificado. |
Resize(IClustersOperations, String, String, ClusterResizeParameters)
Cambia el tamaño del clúster de HDInsight especificado al tamaño 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
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- clusterName
- String
Nombre del clúster.
- parameters
- ClusterResizeParameters
Parámetros de la operación de cambio de tamaño.
Se aplica a
Resize(IClustersOperations, String, String, Int32)
Cambia el tamaño del clúster de 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
Referencia a Microsoft.Azure.Management.HDInsight.IClusterOperations.
- resourceGroupName
- String
Necesario. Nombre del grupo de recursos.
- clusterName
- String
Necesario. Nombre del clúster.
- targetInstanceCount
- Int32
Necesario. Recuento de instancias de destino.
Se aplica a
Azure SDK for .NET