C# Класс Amazon.EC2.Model.DeleteSnapshotRequest

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

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

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

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

DeleteSnapshotRequest ( string snapshotId ) : System

Instantiates DeleteSnapshotRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteSnapshotRequest with the parameterized properties
public DeleteSnapshotRequest ( string snapshotId ) : System
snapshotId string The ID of the EBS snapshot.
Результат System