Dela via


APIKeysCreateResponse type

Innehåller svarsdata för skapandeåtgärden.

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