UpdatesGetUpdateResponse type
getUpdate 操作の応答データが含まれます。
type UpdatesGetUpdateResponse = Update & {
_response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Update }
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
getUpdate 操作の応答データが含まれます。
type UpdatesGetUpdateResponse = Update & {
_response: coreHttp.HttpResponse & { bodyAsText: string; parsedBody: Update }
}
Azure SDK for JavaScript