IValidateProperties.HostingEnvironment Property

Definition

Name of App Service Environment where app or App Service plan should be created.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Name of App Service Environment where app or App Service plan should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostingEnvironment", Update=true)]
public string HostingEnvironment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Name of App Service Environment where app or App Service plan should be created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="hostingEnvironment", Update=true)>]
member this.HostingEnvironment : string with get, set
Public Property HostingEnvironment As String

Property Value

Attributes

Applies to