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

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

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

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

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

CreateSnapshotRequest ( string volumeId, string description ) : System

Instantiates CreateSnapshotRequest with the parameterized properties

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

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

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

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

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

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

Instantiates CreateSnapshotRequest with the parameterized properties
public CreateSnapshotRequest ( string volumeId, string description ) : System
volumeId string The ID of the EBS volume.
description string A description for the snapshot.
Результат System