Delen via


APIKeysCreateResponse type

Bevat antwoordgegevens voor de bewerking maken.

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