IApplicationLogsConfig.AzureTableStorageLevel 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.
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