Freigeben über


APIKeysCreateResponse type

Enthält Antwortdaten für den Erstellungsvorgang.

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