مشاركة عبر


GetPartitionRestoreProgressResponse type

يحتوي على بيانات الاستجابة لعملية getPartitionRestoreProgress.

type GetPartitionRestoreProgressResponse = RestoreProgressInfo & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RestoreProgressInfo
  }
}