GetPartitionBackupListResponse type
getPartitionBackupList 操作の応答データを格納します。
type GetPartitionBackupListResponse = PagedBackupInfoList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedBackupInfoList
}
}