GetPartitionRestartProgressResponse type
Enthält Antwortdaten für den getPartitionRestartProgress-Vorgang.
type GetPartitionRestartProgressResponse = PartitionRestartProgress & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionRestartProgress
}
}