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

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

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

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

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

DetachVolumeRequest ( string volumeId ) : System

Instantiates DetachVolumeRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DetachVolumeRequest with the parameterized properties
public DetachVolumeRequest ( string volumeId ) : System
volumeId string The ID of the volume.
Результат System