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