Bagikan melalui


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

Property Value

Attributes

Applies to