Freigeben über


GetApplicationTypeInfoListByNameResponse type

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

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