Freigeben über


ComponentsListByResourceGroupResponse type

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

type ComponentsListByResourceGroupResponse =
  ApplicationInsightsComponentListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentListResult
    }
  }