Sdílet prostřednictvím


ComponentsCreateOrUpdateResponse type

Obsahuje data odpovědi pro operaci createOrUpdate.

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