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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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