IRestoreRequest.AppServicePlan Property

Definition

Specify app service plan that will own restored site.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Specify app service plan that will own restored site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appServicePlan", Update=true)]
public string AppServicePlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Specify app service plan that will own restored site.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="appServicePlan", Update=true)>]
member this.AppServicePlan : string with get, set
Public Property AppServicePlan As String

Property Value

Attributes

Applies to