Dela via


GetImageStoreUploadSessionByPathResponse type

Innehåller svarsdata för åtgärden getImageStoreUploadSessionByPath.

type GetImageStoreUploadSessionByPathResponse = UploadSession & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: UploadSession
  }
}