Class: StopBatchOperationRequest
workflowservice.v1.StopBatchOperationRequest
Represents a StopBatchOperationRequest.
Implements
Constructors
constructor
• new StopBatchOperationRequest(properties?): StopBatchOperationRequest
Constructs a new StopBatchOperationRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IStopBatchOperationRequest | Properties to set |
Returns
Properties
identity
• identity: string
Identity of the operator
Implementation of
IStopBatchOperationRequest.identity
jobId
• jobId: string
Batch job id
Implementation of
IStopBatchOperationRequest.jobId
namespace
• namespace: string
Namespace that contains the batch operation
Implementation of
IStopBatchOperationRequest.namespace
reason
• reason: string
Reason to stop a batch operation
Implementation of
IStopBatchOperationRequest.reason
Methods
toJSON
▸ toJSON(): Object
Converts this StopBatchOperationRequest to JSON.
Returns
Object
JSON object
create
▸ create(properties?): StopBatchOperationRequest
Creates a new StopBatchOperationRequest instance using the specified properties.