EdgeKeyVaultSyncStatus Struct

Definition

For changing or to initiate the resync to key-vault set the status to KeyVaultSyncPending, rest of the status will not be applicable.

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

Constructors

Name Description
EdgeKeyVaultSyncStatus(String)

Initializes a new instance of EdgeKeyVaultSyncStatus.

Properties

Name Description
KeyVaultNotConfigured

Gets the KeyVaultNotConfigured.

KeyVaultNotSynced

Gets the KeyVaultNotSynced.

KeyVaultSynced

Gets the KeyVaultSynced.

KeyVaultSyncFailed

Gets the KeyVaultSyncFailed.

KeyVaultSyncing

Gets the KeyVaultSyncing.

KeyVaultSyncPending

Gets the KeyVaultSyncPending.

Methods

Name Description
Equals(EdgeKeyVaultSyncStatus)

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

Determines if two EdgeKeyVaultSyncStatus values are the same.

Implicit(String to EdgeKeyVaultSyncStatus)

Converts a string to a EdgeKeyVaultSyncStatus.

Implicit(String to Nullable<EdgeKeyVaultSyncStatus>)
Inequality(EdgeKeyVaultSyncStatus, EdgeKeyVaultSyncStatus)

Determines if two EdgeKeyVaultSyncStatus values are not the same.

Applies to