IRestoreRequest.HostingEnvironment 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.
App Service Environment name, if needed (only when restoring an app to an App Service Environment).
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="App Service Environment name, if needed (only when restoring an app to an App Service Environment).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="hostingEnvironment")]
public string HostingEnvironment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="App Service Environment name, if needed (only when restoring an app to an App Service Environment).", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="hostingEnvironment")>]
member this.HostingEnvironment : string with get, set
Public Property HostingEnvironment As String
Property Value
- Attributes