ResourceOperationDetails interface
リソースに対する操作からの応答の詳細
プロパティ
| completed |
エラーが null の場合に操作が完了した時刻 |
| deadline | 操作の期限 |
| deadline |
操作の期限の種類 |
| operation |
一意の操作の操作識別子 |
| op |
リソースに対して実行される操作の種類 |
| resource |
操作に関わるリソースの一意識別子、例:Azure Resource Manager ID |
| resource |
操作レベルのエラー (存在する場合) |
| retry |
ユーザーが渡すことができる再試行ポリシー |
| state | 操作の現在の状態 |
| subscription |
要求にアタッチされているサブスクリプション ID |
| timezone | 操作のタイムゾーン |
プロパティの詳細
completedAt
エラーが null の場合に操作が完了した時刻
completedAt?: string
プロパティ値
string
deadline
操作の期限
deadline?: string
プロパティ値
string
deadlineType
操作の期限の種類
deadlineType?: string
プロパティ値
string
operationId
一意の操作の操作識別子
operationId: string
プロパティ値
string
opType
リソースに対して実行される操作の種類
opType?: string
プロパティ値
string
resourceId
操作に関わるリソースの一意識別子、例:Azure Resource Manager ID
resourceId?: string
プロパティ値
string
resourceOperationError
retryPolicy
state
操作の現在の状態
state?: string
プロパティ値
string
subscriptionId
要求にアタッチされているサブスクリプション ID
subscriptionId?: string
プロパティ値
string
timezone
操作のタイムゾーン
timezone?: string
プロパティ値
string