AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DisassociateRecoveryPoint operation. Deletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.

Does not support snapshot backup recovery points.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Backup.AmazonBackupRequest
      Amazon.Backup.Model.DisassociateRecoveryPointRequest

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class DisassociateRecoveryPointRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The DisassociateRecoveryPointRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BackupVaultName System.String

Gets and sets the property BackupVaultName.

The unique name of an Backup vault.

Public Property RecoveryPointArn System.String

Gets and sets the property RecoveryPointArn.

An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5