Freigeben über


APIKeysGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

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