GetImageStoreUploadSessionByIdResponse type
getImageStoreUploadSessionById 操作の応答データを格納します。
type GetImageStoreUploadSessionByIdResponse = UploadSession & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UploadSession
}
}