ComponentsUpdateTagsResponse type
包含 updateTags 作業的響應數據。
type ComponentsUpdateTagsResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}