ApplicationInsightsComponentAnalyticsItemProperties Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. ApplicationInsightsComponentAnalyticsItemProperties
- com.
Implements
public final class ApplicationInsightsComponentAnalyticsItemProperties
implements JsonSerializable<ApplicationInsightsComponentAnalyticsItemProperties>
A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationInsightsComponentAnalyticsItemProperties() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
functionAlias()
Get the function |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Application |
withFunctionAlias(String functionAlias)
Set the function |
Methods inherited from java.lang.Object
Constructor Details
ApplicationInsightsComponentAnalyticsItemProperties
public ApplicationInsightsComponentAnalyticsItemProperties()
Creates an instance of ApplicationInsightsComponentAnalyticsItemProperties class.
Method Details
fromJson
public static ApplicationInsightsComponentAnalyticsItemProperties fromJson(JsonReader jsonReader)
Reads an instance of ApplicationInsightsComponentAnalyticsItemProperties from the JsonReader.
Parameters:
Returns:
Throws:
functionAlias
public String functionAlias()
Get the functionAlias property: A function alias, used when the type of the item is Function.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFunctionAlias
public ApplicationInsightsComponentAnalyticsItemProperties withFunctionAlias(String functionAlias)
Set the functionAlias property: A function alias, used when the type of the item is Function.
Parameters:
Returns: