ILoggingProperties.LogLevel 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.
The verbosity of logs persisted on the connected registry.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The verbosity of logs persisted on the connected registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevel) }, ReadOnly=false, Required=false, SerializedName="logLevel")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevel? LogLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The verbosity of logs persisted on the connected registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevel) }, ReadOnly=false, Required=false, SerializedName="logLevel")>]
member this.LogLevel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevel> with get, set
Public Property LogLevel As Nullable(Of LogLevel)
Property Value
- Attributes