ArmApplicationInsightsModelFactory.ApplicationInsightsComponentFeature Method
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.
Overloads
ApplicationInsightsComponentFeature(String, String, String, ResourceIdentifier, Nullable<Boolean>, IEnumerable<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)
Initializes a new instance of ApplicationInsightsComponentFeature.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature ApplicationInsightsComponentFeature (string featureName = default, string meterId = default, string meterRateFrequency = default, Azure.Core.ResourceIdentifier resourceId = default, bool? isHidden = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> capabilities = default, string title = default, bool? isMainFeature = default, string supportedAddonFeatures = default);
static member ApplicationInsightsComponentFeature : string * string * string * Azure.Core.ResourceIdentifier * Nullable<bool> * seq<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> * string * Nullable<bool> * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature
Public Shared Function ApplicationInsightsComponentFeature (Optional featureName As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing, Optional resourceId As ResourceIdentifier = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional capabilities As IEnumerable(Of ApplicationInsightsComponentFeatureCapability) = Nothing, Optional title As String = Nothing, Optional isMainFeature As Nullable(Of Boolean) = Nothing, Optional supportedAddonFeatures As String = Nothing) As ApplicationInsightsComponentFeature
Parameters
- featureName
- String
The pricing feature name.
- meterId
- String
The meter id used for the feature.
- meterRateFrequency
- String
The meter rate for the feature's meter.
- resourceId
- ResourceIdentifier
Reserved, not used now.
- capabilities
- IEnumerable<ApplicationInsightsComponentFeatureCapability>
A list of Application Insights component feature capability.
- title
- String
Display name of the feature.
- supportedAddonFeatures
- String
The add on features on main feature.
Returns
A new ApplicationInsightsComponentFeature instance for mocking.
Applies to
ApplicationInsightsComponentFeature(String, String, String, String, Nullable<Boolean>, IEnumerable<ApplicationInsightsComponentFeatureCapability>, String, Nullable<Boolean>, String)
Initializes a new instance of ApplicationInsightsComponentFeature.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature ApplicationInsightsComponentFeature (string featureName = default, string meterId = default, string meterRateFrequency = default, string resourceId = default, bool? isHidden = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> capabilities = default, string title = default, bool? isMainFeature = default, string supportedAddonFeatures = default);
static member ApplicationInsightsComponentFeature : string * string * string * string * Nullable<bool> * seq<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> * string * Nullable<bool> * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature
Public Shared Function ApplicationInsightsComponentFeature (Optional featureName As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing, Optional resourceId As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional capabilities As IEnumerable(Of ApplicationInsightsComponentFeatureCapability) = Nothing, Optional title As String = Nothing, Optional isMainFeature As Nullable(Of Boolean) = Nothing, Optional supportedAddonFeatures As String = Nothing) As ApplicationInsightsComponentFeature
Parameters
- featureName
- String
The pricing feature name.
- meterId
- String
The meter id used for the feature.
- meterRateFrequency
- String
The meter rate for the feature's meter.
- resourceId
- String
Reserved, not used now.
- capabilities
- IEnumerable<ApplicationInsightsComponentFeatureCapability>
A list of Application Insights component feature capability.
- title
- String
Display name of the feature.
- supportedAddonFeatures
- String
The add on features on main feature.
Returns
A new ApplicationInsightsComponentFeature instance for mocking.
Applies to
Azure SDK for .NET