AppsListEndpointsResponse type

Obsahuje data odpovědi pro operaci listEndpoints.

type AppsListEndpointsResponse = { [propertyName: string]: string } & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: { [propertyName: string]: string }
  }
}