你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISiteLogsConfigProperties.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