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

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