IContainerApp.Configuration 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.
Non versioned Container App configuration properties.
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Non versioned Container App configuration properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="configuration", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConfiguration Configuration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Non versioned Container App configuration properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="configuration", Update=true)>]
member this.Configuration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IConfiguration with get, set
Public Property Configuration As IConfiguration
Property Value
- Attributes