NewAzureHDInsightClusterCommand.PrivateLink Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Gets or sets the private link type.")]
[System.Management.Automation.ValidateSet(new System.String[] { "Enabled", "Disabled" })]
public string PrivateLink { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Gets or sets the private link type.")]
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
public string PrivateLink { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Gets or sets the private link type.")>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Enabled", "Disabled" })>]
member this.PrivateLink : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Gets or sets the private link type.")>]
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
member this.PrivateLink : string with get, set
Public Property PrivateLink As String

Property Value

String
Attributes

Applies to