GetPartitionRestoreProgressResponse type
getPartitionRestoreProgress işleminin yanıt verilerini içerir.
type GetPartitionRestoreProgressResponse = RestoreProgressInfo & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: RestoreProgressInfo
}
}