Share via


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

Name Description
ApplicationInsightsAgentVersions()

Creates an new ApplicationInsightsAgentVersions instance.

Properties

Name Description
Java

Indicates the version of application insight java agent

Methods

Name Description
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