OperationDetailsOutputParent interface
操作情報。
プロパティ
api |
この操作の作成に使用される API バージョン。 |
created |
操作が作成された日時 (UTC)。 |
error | エラーが発生しました。 |
kind | |
last |
状態が最後に更新された日時 (UTC)。 |
operation |
操作 ID |
percent |
操作の進行状況 (0 から 100)。 |
resource |
この操作の対象となるリソースの URL。 |
status | 操作の状態。 notStarted、running、completed、または failed 使用可能な値: "notStarted"、"running"、"failed"、"succeeded"、"completed"、"canceled" |
tags | ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。 |
プロパティの詳細
apiVersion
この操作の作成に使用される API バージョン。
apiVersion?: string
プロパティ値
string
createdDateTime
操作が作成された日時 (UTC)。
createdDateTime: string
プロパティ値
string
error
kind
kind: string
プロパティ値
string
lastUpdatedDateTime
状態が最後に更新された日時 (UTC)。
lastUpdatedDateTime: string
プロパティ値
string
operationId
操作 ID
operationId: string
プロパティ値
string
percentCompleted
操作の進行状況 (0 から 100)。
percentCompleted?: number
プロパティ値
number
resourceLocation
この操作の対象となるリソースの URL。
resourceLocation: string
プロパティ値
string
status
操作の状態。 notStarted、running、completed、または failed
使用可能な値: "notStarted"、"running"、"failed"、"succeeded"、"completed"、"canceled"
status: string
プロパティ値
string
tags
ドキュメント モデルに関連付けられているキーと値のタグ属性の一覧。
tags?: Record<string, string>
プロパティ値
Record<string, string>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript