Freigeben über


ConnectedRegistryConnectionState Struct

Definition

The current connection state of the connected registry.

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

Constructors

Name Description
ConnectedRegistryConnectionState(String)

Initializes a new instance of ConnectedRegistryConnectionState.

Properties

Name Description
Offline

Offline.

Online

Online.

Syncing

Syncing.

Unhealthy

Unhealthy.

Methods

Name Description
Equals(ConnectedRegistryConnectionState)

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

Name Description
Equality(ConnectedRegistryConnectionState, ConnectedRegistryConnectionState)

Determines if two ConnectedRegistryConnectionState values are the same.

Implicit(String to ConnectedRegistryConnectionState)

Converts a String to a ConnectedRegistryConnectionState.

Inequality(ConnectedRegistryConnectionState, ConnectedRegistryConnectionState)

Determines if two ConnectedRegistryConnectionState values are not the same.

Applies to