Freigeben über


GetBackupsFromBackupLocationResponse type

Enthält Antwortdaten für den getBackupsFromBackupLocation-Vorgang.

type GetBackupsFromBackupLocationResponse = PagedBackupInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedBackupInfoList
  }
}