你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() |