Udostępnij za pośrednictwem


APIKeysGetResponse type

Zawiera dane odpowiedzi dla operacji pobierania.

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