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
| Name | Description |
|---|---|
| VaultXcoolState(String) |
Initializes a new instance of VaultXcoolState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
| Invalid |
Gets the Invalid. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(VaultXcoolState, VaultXcoolState) |
Determines if two VaultXcoolState values are the same. |
| Implicit(String to Nullable<VaultXcoolState>) | |
| Implicit(String to VaultXcoolState) |
Converts a string to a VaultXcoolState. |
| Inequality(VaultXcoolState, VaultXcoolState) |
Determines if two VaultXcoolState values are not the same. |