Share via


IApplicationLogsConfig.AzureTableStorageLevel 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? AzureTableStorageLevel { 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.AzureTableStorageLevel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.LogLevel> with get, set
Public Property AzureTableStorageLevel As Nullable(Of LogLevel)

Property Value

Attributes

Applies to