IHDInsightSyncClient.ChangeClusterSize(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 Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails ChangeClusterSize (string dnsName, string location, int newSize);
abstract member ChangeClusterSize : string * string * int -> Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails
Public Function ChangeClusterSize (dnsName As String, location As String, newSize As Integer) As ClusterDetails
Parameters
- dnsName
- String
The DNS name of the cluster.
- location
- String
The location of the cluster.
- newSize
- Int32
The new size.
Returns
Object that represents the HDInsight Cluster created.
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