GetPartitionRestartProgressResponse type
getPartitionRestartProgress işleminin yanıt verilerini içerir.
type GetPartitionRestartProgressResponse = PartitionRestartProgress & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PartitionRestartProgress
}
}