Sdílet prostřednictvím


APIKeysCreateResponse type

Obsahuje data odpovědi pro operaci vytvoření.

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