IAzureTableStorageApplicationLogsConfig.Level Property

Definition

Log level.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Log level.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.LogLevel) }, ReadOnly=false, Required=false, SerializedName="level")]
public Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.LogLevel? Level { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Log level.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.LogLevel) }, ReadOnly=false, Required=false, SerializedName="level")>]
member this.Level : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.LogLevel> with get, set
Public Property Level As Nullable(Of LogLevel)

Property Value

Attributes

Applies to