Freigeben über


GetServiceBackupConfigurationInfoResponse type

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

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