C# Класс Amazon.RDS.Model.DeleteDBSnapshotRequest

Container for the parameters to the DeleteDBSnapshot operation. Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

Наследование: AmazonRDSRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DeleteDBSnapshotRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System

Instantiates DeleteDBSnapshotRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetDBSnapshotIdentifier ( ) : bool

Описание методов

DeleteDBSnapshotRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDBSnapshotRequest ( ) : System
Результат System

DeleteDBSnapshotRequest() публичный Метод

Instantiates DeleteDBSnapshotRequest with the parameterized properties
public DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System
dbSnapshotIdentifier string The DBSnapshot identifier. Constraints: Must be the name of an existing DB snapshot in the available state.
Результат System