C# Класс Amazon.SimpleSystemsManagement.Model.CancelCommandRequest

Container for the parameters to the CancelCommand operation. Attempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
Наследование: AmazonSimpleSystemsManagementRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

CancelCommandRequest ( string commandId ) : System

Instantiates CancelCommandRequest with the parameterized properties

CancelCommandRequest ( string commandId, List instanceIds ) : System

Instantiates CancelCommandRequest with the parameterized properties

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

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

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

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

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

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

Instantiates CancelCommandRequest with the parameterized properties
public CancelCommandRequest ( string commandId ) : System
commandId string The ID of the command you want to cancel.
Результат System

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

Instantiates CancelCommandRequest with the parameterized properties
public CancelCommandRequest ( string commandId, List instanceIds ) : System
commandId string The ID of the command you want to cancel.
instanceIds List (Optional) A list of instance IDs on which you want to cancel the command. If not provided, the command is canceled on every instance on which it was requested.
Результат System