ApplicationInsightsComponentFeature Class
- java.
lang. Object - com.
azure. resourcemanager. applicationinsights. models. ApplicationInsightsComponentFeature
- com.
Implements
public final class ApplicationInsightsComponentFeature
implements JsonSerializable<ApplicationInsightsComponentFeature>
An Application Insights component daily data volume cap status.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationInsightsComponentFeature() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Application |
capabilities()
Get the capabilities property: A list of Application Insights component feature capability. |
| String |
featureName()
Get the feature |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| Boolean |
isHidden()
Get the is |
| Boolean |
isMainFeature()
Get the is |
| String |
meterId()
Get the meter |
| String |
meterRateFrequency()
Get the meter |
| String |
resouceId()
Get the resouce |
| String |
supportedAddonFeatures()
Get the supported |
| String |
title()
Get the title property: Display name of the feature. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationInsightsComponentFeature
public ApplicationInsightsComponentFeature()
Creates an instance of ApplicationInsightsComponentFeature class.
Method Details
capabilities
public List<ApplicationInsightsComponentFeatureCapability> capabilities()
Get the capabilities property: A list of Application Insights component feature capability.
Returns:
featureName
public String featureName()
Get the featureName property: The pricing feature name.
Returns:
fromJson
public static ApplicationInsightsComponentFeature fromJson(JsonReader jsonReader)
Reads an instance of ApplicationInsightsComponentFeature from the JsonReader.
Parameters:
Returns:
Throws:
isHidden
public Boolean isHidden()
Get the isHidden property: Reserved, not used now.
Returns:
isMainFeature
public Boolean isMainFeature()
Get the isMainFeature property: Whether can apply addon feature on to it.
Returns:
meterId
public String meterId()
Get the meterId property: The meter id used for the feature.
Returns:
meterRateFrequency
public String meterRateFrequency()
Get the meterRateFrequency property: The meter rate for the feature's meter.
Returns:
resouceId
public String resouceId()
Get the resouceId property: Reserved, not used now.
Returns:
supportedAddonFeatures
public String supportedAddonFeatures()
Get the supportedAddonFeatures property: The add on features on main feature.
Returns:
title
public String title()
Get the title property: Display name of the feature.
Returns:
toJson
validate
public void validate()
Validates the instance.