Amazon.RDS.AmazonRDSClient.PromoteReadReplica C# (CSharp) Method

PromoteReadReplica() public method

Promotes a Read Replica DB instance to a standalone DB instance.

We recommend that you enable automated backups on your Read Replica before promoting the Read Replica. This ensures that no backup is taken during the promotion process. Once the instance is promoted to a primary instance, backups are taken based on your backup settings.

/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// The specified DB instance is not in the available state. ///
public PromoteReadReplica ( PromoteReadReplicaRequest request ) : PromoteReadReplicaResponse
request PromoteReadReplicaRequest Container for the necessary parameters to execute the PromoteReadReplica service method.
return PromoteReadReplicaResponse
        public PromoteReadReplicaResponse PromoteReadReplica(PromoteReadReplicaRequest request)
        {
            var marshaller = new PromoteReadReplicaRequestMarshaller();
            var unmarshaller = PromoteReadReplicaResponseUnmarshaller.Instance;

            return Invoke<PromoteReadReplicaRequest,PromoteReadReplicaResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient