Freigeben über


GetApplicationBackupConfigurationInfoResponse type

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

type GetApplicationBackupConfigurationInfoResponse =
  PagedBackupConfigurationInfoList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: PagedBackupConfigurationInfoList
    }
  }