IAutonomousDatabaseUpdate.Role Property

Definition

The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Primary", "Standby", "DisabledStandby", "BackupCopy", "SnapshotStandby" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="role", Update=true)]
public string Role { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Primary", "Standby", "DisabledStandby", "BackupCopy", "SnapshotStandby" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="role", Update=true)>]
member this.Role : string with get, set
Public Property Role As String

Property Value

Attributes

Applies to