ComponentAvailableFeaturesGetResponse type
Enthält Antwortdaten für den Get-Vorgang.
type ComponentAvailableFeaturesGetResponse =
ApplicationInsightsComponentAvailableFeatures & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentAvailableFeatures
}
}