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