NewAzureWebAppCmdlet.Name Property

Definition

[System.Management.Automation.Alias(new System.String[] { "WebAppName" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the web app.", Mandatory=true, Position=1)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Name { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "WebAppName" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the web app.", Mandatory=true, Position=1)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Name : string with get, set
Public Property Name As String

Property Value

String
Attributes

Applies to