ComponentsGetResponse type
Obsahuje data odpovědi pro operaci get.
type ComponentsGetResponse = ApplicationInsightsComponent & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponent
}
}