Compartir a través de


APIKeysCreateResponse type

Contiene datos de respuesta para la operación de creación.

type APIKeysCreateResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}