次の方法で共有


OperationStatus interface

ユーザーが誘発する操作の OperationId、OperationState、および OperationType を格納します。

プロパティ

operationId

この API の呼び出しを識別する GUID。 これは、対応する GetProgress API にも渡されます。

state

操作の状態。 指定できる値は、'Invalid'、'Running'、'RollingBack'、'Completed'、'Faulted'、'Cancelled'、'ForceCancelled' です。

type

操作の種類。 使用可能な値は、'Invalid'、'PartitionDataLoss'、'PartitionQuorumLoss'、'PartitionRestart'、'NodeTransition' です。

プロパティの詳細

operationId

この API の呼び出しを識別する GUID。 これは、対応する GetProgress API にも渡されます。

operationId?: string

プロパティ値

string

state

操作の状態。 指定できる値は、'Invalid'、'Running'、'RollingBack'、'Completed'、'Faulted'、'Cancelled'、'ForceCancelled' です。

state?: OperationState

プロパティ値

type

操作の種類。 使用可能な値は、'Invalid'、'PartitionDataLoss'、'PartitionQuorumLoss'、'PartitionRestart'、'NodeTransition' です。

type?: OperationType

プロパティ値