VaultUpgradeState 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.
Status of the vault upgrade operation.
public readonly struct VaultUpgradeState : IEquatable<Azure.ResourceManager.RecoveryServices.Models.VaultUpgradeState>
type VaultUpgradeState = struct
Public Structure VaultUpgradeState
Implements IEquatable(Of VaultUpgradeState)
- Inheritance
-
VaultUpgradeState
- Implements
Constructors
VaultUpgradeState(String) |
Initializes a new instance of VaultUpgradeState. |
Properties
Failed |
Failed. |
InProgress |
InProgress. |
Unknown |
Unknown. |
Upgraded |
Upgraded. |
Methods
Equals(VaultUpgradeState) |
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(VaultUpgradeState, VaultUpgradeState) |
Determines if two VaultUpgradeState values are the same. |
Implicit(String to VaultUpgradeState) |
Converts a String to a VaultUpgradeState. |
Inequality(VaultUpgradeState, VaultUpgradeState) |
Determines if two VaultUpgradeState values are not the same. |
Applies to
Azure SDK for .NET