Поделиться через


APIKeysCreateResponse type

Содержит данные ответа для операции создания.

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