WebAppSSLBindingBaseCmdlet.Slot Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Web/sites/slots", new System.String[] { "ResourceGroupName", "WebAppName" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the web app slot.", Mandatory=false, ParameterSetName="S1", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Slot { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The name of the web app slot.", Mandatory=false, ParameterSetName="S1", Position=2)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Slot { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Web/sites/slots", new System.String[] { "ResourceGroupName", "WebAppName" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the web app slot.", Mandatory=false, ParameterSetName="S1", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Slot : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="The name of the web app slot.", Mandatory=false, ParameterSetName="S1", Position=2)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Slot : string with get, set
Public Property Slot As String

Property Value

Attributes

Applies to