GetAzStaticWebAppSetting_List.Name Property

Definition

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

Property Value

String
Attributes

Applies to