IHDInsightAsyncClient.ChangeClusterSizeAsync(String, String, Int32) 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.
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>
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.
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