Megosztás a következőn keresztül:


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

EdgeKeyVaultSyncStatus(String)

Initializes a new instance of EdgeKeyVaultSyncStatus.

Properties

KeyVaultNotConfigured

KeyVaultNotConfigured.

KeyVaultNotSynced

KeyVaultNotSynced.

KeyVaultSynced

KeyVaultSynced.

KeyVaultSyncFailed

KeyVaultSyncFailed.

KeyVaultSyncing

KeyVaultSyncing.

KeyVaultSyncPending

KeyVaultSyncPending.

Methods

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

Equality(EdgeKeyVaultSyncStatus, EdgeKeyVaultSyncStatus)

Determines if two EdgeKeyVaultSyncStatus values are the same.

Implicit(String to EdgeKeyVaultSyncStatus)

Converts a string to a EdgeKeyVaultSyncStatus.

Inequality(EdgeKeyVaultSyncStatus, EdgeKeyVaultSyncStatus)

Determines if two EdgeKeyVaultSyncStatus values are not the same.

Applies to