ArmOracleDatabaseModelFactory.AutonomousDatabaseActionContent Method
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.
public static Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseActionContent AutonomousDatabaseActionContent(string peerDBId = default, string peerDBOcid = default, string peerDBLocation = default);
static member AutonomousDatabaseActionContent : string * string * string -> Azure.ResourceManager.OracleDatabase.Models.AutonomousDatabaseActionContent
Public Shared Function AutonomousDatabaseActionContent (Optional peerDBId As String = Nothing, Optional peerDBOcid As String = Nothing, Optional peerDBLocation As String = Nothing) As AutonomousDatabaseActionContent
Parameters
- peerDBId
- String
The Azure resource ID of the Disaster Recovery peer database, which is located in a different region from the current peer database.
- peerDBOcid
- String
Ocid of the Disaster Recovery peer database, which is located in a different region from the current peer database.
- peerDBLocation
- String
The location of the Disaster Recovery peer database.
Returns
A new AutonomousDatabaseActionContent instance for mocking.