IRestoreRequestProperties.AppServicePlan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify app service plan that will own restored site.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Specify app service plan that will own restored site.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appServicePlan")]
public string AppServicePlan { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Specify app service plan that will own restored site.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="appServicePlan")>]
member this.AppServicePlan : string with get, set
Public Property AppServicePlan As String
Property Value
- Attributes