ApplicationInsightsComponentListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the list of Application Insights Resources.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ApplicationInsightsComponentListResultTypeConverter))]
public class ApplicationInsightsComponentListResult : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponentListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ApplicationInsightsComponentListResultTypeConverter))>]
type ApplicationInsightsComponentListResult = class
interface IApplicationInsightsComponentListResult
interface IJsonSerializable
Public Class ApplicationInsightsComponentListResult
Implements IApplicationInsightsComponentListResult
- Inheritance
-
ApplicationInsightsComponentListResult
- Attributes
- Implements
Constructors
ApplicationInsightsComponentListResult() |
Creates an new ApplicationInsightsComponentListResult instance. |
Properties
NextLink |
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationInsightsComponentListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationInsightsComponentListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IApplicationInsightsComponentListResult. |
FromJsonString(String) |
Creates a new instance of ApplicationInsightsComponentListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationInsightsComponentListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |