IAutonomousDatabaseBaseProperties.OpenMode Property

Definition

Indicates the Autonomous Database mode.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "ReadOnly", "ReadWrite" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates the Autonomous Database mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="openMode", Update=true)]
public string OpenMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "ReadOnly", "ReadWrite" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="Indicates the Autonomous Database mode.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="openMode", Update=true)>]
member this.OpenMode : string with get, set
Public Property OpenMode As String

Property Value

Attributes

Applies to