Condividi tramite


AppsListEndpointsResponse type

Contiene i dati di risposta per l'operazione listEndpoints.

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