IAutonomousDatabaseCloneProperties.IsReconnectCloneEnabled 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 the refreshable clone can be reconnected to its source database.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates if the refreshable clone can be reconnected to its source database.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isReconnectCloneEnabled", Update=false)]
public bool? IsReconnectCloneEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates if the refreshable clone can be reconnected to its source database.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isReconnectCloneEnabled", Update=false)>]
member this.IsReconnectCloneEnabled : Nullable<bool>
Public ReadOnly Property IsReconnectCloneEnabled As Nullable(Of Boolean)
Property Value
- Attributes