GetAzFunctionAppPlan_Get.Name Property

Definition

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

Property Value

String
Attributes

Applies to