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