ApplicationInsightsComponentListResult interface
Describes the list of Application Insights Resources.
Properties
next |
The URI to get the next set of Application Insights component definitions if too many components where returned in the result set. |
value | List of Application Insights component definitions. |
Property Details
nextLink
The URI to get the next set of Application Insights component definitions if too many components where returned in the result set.
nextLink?: string
Property Value
string
value
List of Application Insights component definitions.
value: ApplicationInsightsComponent[]