Freigeben über


ComponentsCreateOrUpdateResponse type

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

type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponent
  }
}