ClustersOperationsExtensions.ResizeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken) |
Resizes the specified HDInsight cluster to the specified size. |
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken) |
Resizes the specified HDInsight cluster. |
ResizeAsync(IClustersOperations, String, String, ClusterResizeParameters, CancellationToken)
Resizes the specified HDInsight cluster to the specified size.
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
Parameters
- operations
- IClustersOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- clusterName
- String
The name of the cluster.
- parameters
- ClusterResizeParameters
The parameters for the resize operation.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
ResizeAsync(IClustersOperations, String, String, Int32, CancellationToken)
Resizes the specified HDInsight cluster.
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
Parameters
- operations
- IClustersOperations
Reference to the Microsoft.Azure.Management.HDInsight.IClusterOperations.
- resourceGroupName
- String
Required. The name of the resource group.
- clusterName
- String
Required. The name of the cluster.
- targetInstanceCount
- Int32
Required. The target instance count.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
The cluster long running operation response.
Applies to
Azure SDK for .NET