SetAzureWebAppSlotCmdlet.AppServicePlan Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Web/serverfarms", new System.String[] { "DoNotFilter" })]
[System.Management.Automation.Parameter(HelpMessage="The name of the app service plan eg: Default1.", Mandatory=false, Position=3)]
public string AppServicePlan { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ResourceNameCompleter("Microsoft.Web/serverfarms", new System.String[] { "DoNotFilter" })>]
[<System.Management.Automation.Parameter(HelpMessage="The name of the app service plan eg: Default1.", Mandatory=false, Position=3)>]
member this.AppServicePlan : string with get, set
Public Property AppServicePlan As String

Property Value

String
Attributes

Applies to