ApplicationInsightsComponentFeatureCapability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An Application Insights component feature capability
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureCapabilityTypeConverter))]
public class ApplicationInsightsComponentFeatureCapability : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentFeatureCapability
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentFeatureCapabilityTypeConverter))>]
type ApplicationInsightsComponentFeatureCapability = class
interface IApplicationInsightsComponentFeatureCapability
interface IJsonSerializable
Public Class ApplicationInsightsComponentFeatureCapability
Implements IApplicationInsightsComponentFeatureCapability
- Inheritance
-
ApplicationInsightsComponentFeatureCapability
- Attributes
- Implements
Constructors
ApplicationInsightsComponentFeatureCapability() |
Creates an new ApplicationInsightsComponentFeatureCapability instance. |
Properties
Description |
The description of the capability. |
MeterId |
The meter used for the capability. |
MeterRateFrequency |
The meter rate of the meter. |
Name |
The name of the capability. |
Unit |
The unit of the capability. |
Value |
The value of the capability. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationInsightsComponentFeatureCapability. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationInsightsComponentFeatureCapability. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.IApplicationInsightsComponentFeatureCapability. |
FromJsonString(String) |
Creates a new instance of ApplicationInsightsComponentFeatureCapability, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationInsightsComponentFeatureCapability into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |