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

ApplicationInsightsAgentVersions Class

Definition

Application Insights agent versions properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ApplicationInsightsAgentVersionsTypeConverter))]
public class ApplicationInsightsAgentVersions : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IApplicationInsightsAgentVersions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.ApplicationInsightsAgentVersionsTypeConverter))>]
type ApplicationInsightsAgentVersions = class
    interface IApplicationInsightsAgentVersions
    interface IJsonSerializable
Public Class ApplicationInsightsAgentVersions
Implements IApplicationInsightsAgentVersions
Inheritance
ApplicationInsightsAgentVersions
Attributes
Implements

Constructors

ApplicationInsightsAgentVersions()

Creates an new ApplicationInsightsAgentVersions instance.

Properties

Java

Indicates the version of application insight java agent

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplicationInsightsAgentVersions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplicationInsightsAgentVersions.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IApplicationInsightsAgentVersions.

FromJsonString(String)

Creates a new instance of ApplicationInsightsAgentVersions, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplicationInsightsAgentVersions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to