Compartir a través de


ComponentFeatureCapabilitiesGetResponse type

Contiene datos de respuesta para la operación get.

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