IValidateProperties.AppServiceEnvironment Property

Definition

App Service Environment Properties

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="App Service Environment Properties", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="appServiceEnvironment", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment AppServiceEnvironment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="App Service Environment Properties", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment) }, Read=true, ReadOnly=false, Required=false, SerializedName="appServiceEnvironment", Update=true)>]
member this.AppServiceEnvironment : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IAppServiceEnvironment with get, set
Public Property AppServiceEnvironment As IAppServiceEnvironment

Property Value

Attributes

Applies to