Sdílet prostřednictvím


APIKeysGetResponse type

Obsahuje data odpovědi pro operaci get.

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