مشاركة عبر


GetPartitionRestartProgressResponse type

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

type GetPartitionRestartProgressResponse = PartitionRestartProgress & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PartitionRestartProgress
  }
}