Bagikan melalui


ILoggingProperties.AuditLogStatus Property

Definition

Indicates whether audit logs are enabled on the connected registry.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates whether audit logs are enabled on the connected registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AuditLogStatus) }, ReadOnly=false, Required=false, SerializedName="auditLogStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AuditLogStatus? AuditLogStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates whether audit logs are enabled on the connected registry.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AuditLogStatus) }, ReadOnly=false, Required=false, SerializedName="auditLogStatus")>]
member this.AuditLogStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.AuditLogStatus> with get, set
Public Property AuditLogStatus As Nullable(Of AuditLogStatus)

Property Value

Attributes

Applies to