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

LoggingProperties Class

Definition

The logging properties of the connected registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.LoggingPropertiesTypeConverter))]
public class LoggingProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ILoggingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.LoggingPropertiesTypeConverter))>]
type LoggingProperties = class
    interface ILoggingProperties
    interface IJsonSerializable
Public Class LoggingProperties
Implements ILoggingProperties
Inheritance
LoggingProperties
Attributes
Implements

Constructors

LoggingProperties()

Creates an new LoggingProperties instance.

Properties

AuditLogStatus

Indicates whether audit logs are enabled on the connected registry.

LogLevel

The verbosity of logs persisted on the connected registry.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LoggingProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LoggingProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ILoggingProperties.

FromJsonString(String)

Creates a new instance of LoggingProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LoggingProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to