ConnectedRegistryConnectionState Struct
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.
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
ConnectedRegistryConnectionState(String) |
Initializes a new instance of ConnectedRegistryConnectionState. |
Properties
Offline |
Offline. |
Online |
Online. |
Syncing |
Syncing. |
Unhealthy |
Unhealthy. |
Methods
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
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
Azure SDK for .NET