IValidateRequest.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.
Name of App Service Environment where app or App Service plan should be created.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of App Service Environment where app or App Service plan should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="hostingEnvironment")]
public string HostingEnvironment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Name of App Service Environment where app or App Service plan should be created.", 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