Bagikan melalui


IConnectedRegistryProperties.LoggingLogLevel Property

Definition

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

Property Value

Attributes

Applies to