ClustersOperationsExtensions.ResizeAsync 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
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken) |
Cambia el tamaño del clúster de HDInsight especificado al tamaño especificado. |
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken) |
Cambia el tamaño del clúster de HDInsight especificado. |
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken)
Cambia el tamaño del clúster de HDInsight especificado al tamaño especificado.
public static System.Threading.Tasks.Task ResizeAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member ResizeAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResizeAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As ClusterResizeParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
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.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken)
Cambia el tamaño del clúster de HDInsight especificado.
public static System.Threading.Tasks.Task ResizeAsync (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName, int targetInstanceCount, System.Threading.CancellationToken cancellationToken = default);
static member ResizeAsync : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ResizeAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, targetInstanceCount As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task
Parámetros
- operations
- IClustersOperations
Referencia a Microsoft.Azure.Management.HDInsight.IClusterOperations.
- resourceGroupName
- String
Obligatorio. Nombre del grupo de recursos.
- clusterName
- String
Obligatorio. Nombre del clúster.
- targetInstanceCount
- Int32
Obligatorio. Recuento de instancias de destino.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Respuesta de la operación de larga duración del clúster.
Se aplica a
Azure SDK for .NET