EdgeKeyVaultSyncStatus 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.
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
Azure SDK for .NET