ApplicationInsightsAgentVersions Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ApplicationInsightsAgentVersions

Implements

public final class ApplicationInsightsAgentVersions
implements JsonSerializable<ApplicationInsightsAgentVersions>

Application Insights agent versions properties payload.

Constructor Summary

Constructor Description
ApplicationInsightsAgentVersions()

Creates an instance of ApplicationInsightsAgentVersions class.

Method Summary

Modifier and Type Method and Description
static ApplicationInsightsAgentVersions fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInsightsAgentVersions from the JsonReader.

String java()

Get the java property: Indicates the version of application insight java agent.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ApplicationInsightsAgentVersions

public ApplicationInsightsAgentVersions()

Creates an instance of ApplicationInsightsAgentVersions class.

Method Details

fromJson

public static ApplicationInsightsAgentVersions fromJson(JsonReader jsonReader)

Reads an instance of ApplicationInsightsAgentVersions from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationInsightsAgentVersions if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationInsightsAgentVersions.

java

public String java()

Get the java property: Indicates the version of application insight java agent.

Returns:

the java value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to