ApplicationInsightsAgentVersions Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApplicationInsightsAgentVersions
- com.
Implements
public final class ApplicationInsightsAgentVersions
implements JsonSerializable<ApplicationInsightsAgentVersions>
Application Insights agent versions properties payload.
Constructor Summary
Constructor | Description |
---|---|
ApplicationInsightsAgentVersions() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
java()
Get the java property: Indicates the version of application insight java agent. |
Json |
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:
Returns:
Throws:
java
public String java()
Get the java property: Indicates the version of application insight java agent.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java