DisasterRecoveryType 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.
Disaster recovery type enum.
public readonly struct DisasterRecoveryType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.DisasterRecoveryType>
type DisasterRecoveryType = struct
Public Structure DisasterRecoveryType
Implements IEquatable(Of DisasterRecoveryType)
- Inheritance
-
DisasterRecoveryType
- Implements
Constructors
DisasterRecoveryType(String) |
Initializes a new instance of DisasterRecoveryType. |
Properties
Adg |
ADG type. |
BackupBased |
Backup based type. |
Methods
Equals(DisasterRecoveryType) |
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(DisasterRecoveryType, DisasterRecoveryType) |
Determines if two DisasterRecoveryType values are the same. |
Implicit(String to DisasterRecoveryType) |
Converts a string to a DisasterRecoveryType. |
Inequality(DisasterRecoveryType, DisasterRecoveryType) |
Determines if two DisasterRecoveryType values are not the same. |
Applies to
Azure SDK for .NET