Freigeben über


ComponentFeatureCapabilitiesGetResponse type

Enthält Antwortdaten für den Get-Vorgang.

type ComponentFeatureCapabilitiesGetResponse =
  ApplicationInsightsComponentFeatureCapabilities & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentFeatureCapabilities
    }
  }