ComponentsCreateOrUpdateResponse type
包含 createOrUpdate作的响应数据。
type ComponentsCreateOrUpdateResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}