AutonomousDatabaseBaseProperties.LocalDisasterRecoveryType Property
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.
Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance.Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover.Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
public Azure.ResourceManager.OracleDatabase.Models.DisasterRecoveryType? LocalDisasterRecoveryType { get; }
member this.LocalDisasterRecoveryType : Nullable<Azure.ResourceManager.OracleDatabase.Models.DisasterRecoveryType>
Public ReadOnly Property LocalDisasterRecoveryType As Nullable(Of DisasterRecoveryType)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET