HDInsightClient.ChangeClusterSizeAsync 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
ChangeClusterSizeAsync(String, String, Int32) |
Submits a request to change the data node size of a cluster. |
ChangeClusterSizeAsync(String, String, Int32, TimeSpan) |
ChangeClusterSizeAsync(String, String, Int32)
Submits a request to change the data node size of a cluster.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> ChangeClusterSizeAsync (string dnsName, string location, int newSize);
abstract member ChangeClusterSizeAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
override this.ChangeClusterSizeAsync : string * string * int -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function ChangeClusterSizeAsync (dnsName As String, location As String, newSize As Integer) As Task(Of ClusterDetails)
Parameters
- dnsName
- String
The DNS name of the cluster.
- location
- String
The location of the cluster.
- newSize
- Int32
The new size.
Returns
Task that returns an HDInsight Cluster.
Implements
Applies to
ChangeClusterSizeAsync(String, String, Int32, TimeSpan)
Microsoft.Hadoop.Client.ClientBase.ChangeClusterSizeAsync(System.String,System.String,System.Int32,System.TimeSpan)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails> ChangeClusterSizeAsync (string dnsName, string location, int newSize, TimeSpan timeout);
member this.ChangeClusterSizeAsync : string * string * int * TimeSpan -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails>
Public Function ChangeClusterSizeAsync (dnsName As String, location As String, newSize As Integer, timeout As TimeSpan) As Task(Of ClusterDetails)
Parameters
- dnsName
- String
- location
- String
- newSize
- Int32
- timeout
- TimeSpan
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET