GetPartitionBackupListResponse type
Enthält Antwortdaten für den getPartitionBackupList-Vorgang.
type GetPartitionBackupListResponse = PagedBackupInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedBackupInfoList
}
}