Freigeben über


GetApplicationTypeInfoListResponse type

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

type GetApplicationTypeInfoListResponse = PagedApplicationTypeInfoList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PagedApplicationTypeInfoList
  }
}