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
| Name | Description |
|---|---|
| DisasterRecoveryType(String) |
Initializes a new instance of DisasterRecoveryType. |
Properties
| Name | Description |
|---|---|
| Adg |
ADG type. |
| BackupBased |
Backup based type. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |