DataReplicationReplicationVaultType 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.
Gets or sets the type of vault.
public readonly struct DataReplicationReplicationVaultType : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationReplicationVaultType>
type DataReplicationReplicationVaultType = struct
Public Structure DataReplicationReplicationVaultType
Implements IEquatable(Of DataReplicationReplicationVaultType)
- Inheritance
-
DataReplicationReplicationVaultType
- Implements
Constructors
DataReplicationReplicationVaultType(String) |
Initializes a new instance of DataReplicationReplicationVaultType. |
Properties
DisasterRecovery |
DisasterRecovery. |
Migrate |
Migrate. |
Methods
Equals(DataReplicationReplicationVaultType) |
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(DataReplicationReplicationVaultType, DataReplicationReplicationVaultType) |
Determines if two DataReplicationReplicationVaultType values are the same. |
Implicit(String to DataReplicationReplicationVaultType) |
Converts a string to a DataReplicationReplicationVaultType. |
Inequality(DataReplicationReplicationVaultType, DataReplicationReplicationVaultType) |
Determines if two DataReplicationReplicationVaultType values are not the same. |
Applies to
Azure SDK for .NET