ILoggingProperties.AuditLogStatus 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.
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