Freigeben über


GetDeployedApplicationInfoListResponse type

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

type GetDeployedApplicationInfoListResponse =
  PagedDeployedApplicationInfoList & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: PagedDeployedApplicationInfoList
    }
  }