VaultXcoolState 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.
Vault x-cool state.
public readonly struct VaultXcoolState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.VaultXcoolState>
type VaultXcoolState = struct
Public Structure VaultXcoolState
Implements IEquatable(Of VaultXcoolState)
- Inheritance
-
VaultXcoolState
- Implements
Constructors
VaultXcoolState(String) |
Initializes a new instance of VaultXcoolState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Invalid |
Invalid. |
Methods
Equals(VaultXcoolState) |
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(VaultXcoolState, VaultXcoolState) |
Determines if two VaultXcoolState values are the same. |
Implicit(String to VaultXcoolState) |
Converts a string to a VaultXcoolState. |
Inequality(VaultXcoolState, VaultXcoolState) |
Determines if two VaultXcoolState values are not the same. |
Applies to
Azure SDK for .NET