Class ApplicationInsightsAgentVersions
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.ApplicationInsightsAgentVersions
-
public final class ApplicationInsightsAgentVersions extends Object
Application Insights agent versions properties payload.
-
-
Constructor Summary
Constructors Constructor Description ApplicationInsightsAgentVersions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringjava()Get the java property: Indicates the version of application insight java agent.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
java
public String java()
Get the java property: Indicates the version of application insight java agent.- Returns:
- the java value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-