Share via


ConnectedRegistryLogLevel Struct

Definition

The verbosity of logs persisted on the connected registry.

public readonly struct ConnectedRegistryLogLevel : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ConnectedRegistryLogLevel>
type ConnectedRegistryLogLevel = struct
Public Structure ConnectedRegistryLogLevel
Implements IEquatable(Of ConnectedRegistryLogLevel)
Inheritance
ConnectedRegistryLogLevel
Implements

Constructors

ConnectedRegistryLogLevel(String)

Initializes a new instance of ConnectedRegistryLogLevel.

Properties

Debug

Debug.

Error

Error.

Information

Information.

None

None.

Warning

Warning.

Methods

Equals(ConnectedRegistryLogLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ConnectedRegistryLogLevel, ConnectedRegistryLogLevel)

Determines if two ConnectedRegistryLogLevel values are the same.

Implicit(String to ConnectedRegistryLogLevel)

Converts a String to a ConnectedRegistryLogLevel.

Inequality(ConnectedRegistryLogLevel, ConnectedRegistryLogLevel)

Determines if two ConnectedRegistryLogLevel values are not the same.

Applies to