RemoveAzKustoScript_Delete.ClusterName Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Path })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the Kusto cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="clusterName")]
[System.Management.Automation.Parameter(HelpMessage="The name of the Kusto cluster.", Mandatory=true)]
public string ClusterName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Category(new Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.Kusto.ParameterCategory.Path })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the Kusto cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="clusterName")>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the Kusto cluster.", Mandatory=true)>]
member this.ClusterName : string with get, set
Public Property ClusterName As String

Property Value

String
Attributes

Applies to