次の方法で共有


DocumentModelComposeOperationDetailsOutput interface

操作応答オブジェクトを取得します。

Extends

プロパティ

kind

操作の種類。

result

成功した場合の操作の結果。

継承されたプロパティ

apiVersion

この操作の作成に使用される API バージョン。

createdDateTime

操作が作成された日時 (UTC)。

error

エラーが発生しました。

lastUpdatedDateTime

状態が最後に更新された日時 (UTC)。

operationId

操作 ID

percentCompleted

操作の進行状況 (0 から 100)。

resourceLocation

この操作の対象となるリソースの URL。

status

操作の状態。 notStarted、running、completed、または failed

指定できる値: "notStarted"、"running"、"failed"、"succeeded"、"completed"、"canceled"

tags

ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。

プロパティの詳細

kind

操作の種類。

kind: "documentModelCompose"

プロパティ値

"documentModelCompose"

result

成功した場合の操作の結果。

result?: DocumentModelDetailsOutput

プロパティ値

継承されたプロパティの詳細

apiVersion

この操作の作成に使用される API バージョン。

apiVersion?: string

プロパティ値

string

継承元OperationDetailsOutputParent.apiVersion

createdDateTime

操作が作成された日時 (UTC)。

createdDateTime: string

プロパティ値

string

継承元OperationDetailsOutputParent.createdDateTime

error

エラーが発生しました。

error?: ErrorModelOutput

プロパティ値

承元OperationDetailsOutputParent.error

lastUpdatedDateTime

状態が最後に更新された日時 (UTC)。

lastUpdatedDateTime: string

プロパティ値

string

継承元OperationDetailsOutputParent.lastUpdatedDateTime

operationId

操作 ID

operationId: string

プロパティ値

string

承元OperationDetailsOutputParent.operationId

percentCompleted

操作の進行状況 (0 から 100)。

percentCompleted?: number

プロパティ値

number

承元OperationDetailsOutputParent.percentCompleted

resourceLocation

この操作の対象となるリソースの URL。

resourceLocation: string

プロパティ値

string

継承元OperationDetailsOutputParent.resourceLocation

status

操作の状態。 notStarted、running、completed、または failed

指定できる値: "notStarted"、"running"、"failed"、"succeeded"、"completed"、"canceled"

status: string

プロパティ値

string

継承元OperationDetailsOutputParent.status

tags

ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。

tags?: Record<string, string>

プロパティ値

Record<string, string>

承元OperationDetailsOutputParent.tags