AutonomousDatabase.RemoteDisasterRecoveryConfigurationIsSnapshotStandby 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 if user wants to convert to a snapshot standby. For example, true would set a standby database to snapshot standby database. False would set a snapshot standby database back to regular standby database.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Origin(Microsoft.Azure.PowerShell.Cmdlets.Oracle.PropertyOrigin.Inlined)]
public bool? RemoteDisasterRecoveryConfigurationIsSnapshotStandby { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Origin(Microsoft.Azure.PowerShell.Cmdlets.Oracle.PropertyOrigin.Inlined)>]
member this.RemoteDisasterRecoveryConfigurationIsSnapshotStandby : Nullable<bool>
Public ReadOnly Property RemoteDisasterRecoveryConfigurationIsSnapshotStandby As Nullable(Of Boolean)
Property Value
Implements
- Attributes