IPeerDbDetails.PeerDbId 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.
The Azure resource ID of the Disaster Recovery peer database, which is located in a different region from the current peer database.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerDbId", Update=true)]
public string PeerDbId { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Azure resource ID of the Disaster Recovery peer database, which is located in a different region from the current peer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerDbId", Update=true)]
public string PeerDbId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerDbId", Update=true)>]
member this.PeerDbId : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="The Azure resource ID of the Disaster Recovery peer database, which is located in a different region from the current peer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="peerDbId", Update=true)>]
member this.PeerDbId : string with get, set
Public Property PeerDbId As String
Property Value
- Attributes