Megosztás:


GetPartitionRestartProgressResponse type

A getPartitionRestartProgress művelet válaszadatait tartalmazza.

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