PoolPatchResponse type
パッチ操作の応答データが含まれています。
type PoolPatchResponse = PoolPatchHeaders & {
_response: msRest.HttpResponse & { parsedHeaders: PoolPatchHeaders }
}
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
パッチ操作の応答データが含まれています。
type PoolPatchResponse = PoolPatchHeaders & {
_response: msRest.HttpResponse & { parsedHeaders: PoolPatchHeaders }
}