IDbNode.DbSystemId Property

Definition

The OCID of the DB system.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dbSystemId", Update=false)]
public string DbSystemId { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The OCID of the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dbSystemId", Update=true)]
public string DbSystemId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The OCID of the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dbSystemId", Update=false)>]
member this.DbSystemId : string
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The OCID of the DB system.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dbSystemId", Update=true)>]
member this.DbSystemId : string with get, set
Public ReadOnly Property DbSystemId As String
Public Property DbSystemId As String

Property Value

Attributes

Applies to