Method | Description | |
---|---|---|
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 |
Instantiates CancelCommandRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetCommandId ( ) : bool | ||
IsSetInstanceIds ( ) : bool |
public CancelCommandRequest ( string commandId ) : System | ||
commandId | string | The ID of the command you want to cancel. |
return | System |
public CancelCommandRequest ( string commandId, List |
||
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. |
return | System |