Compartilhar via


ComponentsCreateOrUpdateResponse type

Contém dados de resposta para a operação createOrUpdate.

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