GetAzureHDInsightClusterAutoscaleConfigurationCommand.ClusterName Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.HDInsight/clusters", new System.String[] { "ResourceGroupName" })]
[System.Management.Automation.Parameter(HelpMessage="Gets or sets the name of the cluster.", Mandatory=true, ParameterSetName="GetByNameParameterSet", Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string ClusterName { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.HDInsight/clusters", new System.String[] { "ResourceGroupName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Gets or sets the name of the cluster.", Mandatory=true, ParameterSetName="GetByNameParameterSet", Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ClusterName : string with get, set
Public Property ClusterName As String

Property Value

String
Attributes

Applies to