NetworkFabricSynchronizationStatus Struct

Definition

Synchronization status of a secret or certificate for a device (Network Device or Terminal Server). Whether the device has been configured with the latest version of the secret or certificate.

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

Constructors

Name Description
NetworkFabricSynchronizationStatus(String)

Initializes a new instance of NetworkFabricSynchronizationStatus.

Properties

Name Description
InSync

The device has been configured with the latest version of the secret.

OutOfSync

The device has not been configured with the latest version of the secret.

Synchronizing

The device is being reconfigured with the latest version of the secret.

While in this state, the secret archive reference may not match the secret configured on the device.

Methods

Name Description
Equals(NetworkFabricSynchronizationStatus)

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(NetworkFabricSynchronizationStatus, NetworkFabricSynchronizationStatus)

Determines if two NetworkFabricSynchronizationStatus values are the same.

Implicit(String to NetworkFabricSynchronizationStatus)

Converts a String to a NetworkFabricSynchronizationStatus.

Inequality(NetworkFabricSynchronizationStatus, NetworkFabricSynchronizationStatus)

Determines if two NetworkFabricSynchronizationStatus values are not the same.

Applies to