次の方法で共有


ApplicationInsightsComponentFeatureCapability コンストラクター

定義

オーバーロード

ApplicationInsightsComponentFeatureCapability()

ApplicationInsightsComponentFeatureCapability クラスの新しいインスタンスを初期化します。

ApplicationInsightsComponentFeatureCapability(String, String, String, String, String, String)

ApplicationInsightsComponentFeatureCapability クラスの新しいインスタンスを初期化します。

ApplicationInsightsComponentFeatureCapability()

ApplicationInsightsComponentFeatureCapability クラスの新しいインスタンスを初期化します。

public ApplicationInsightsComponentFeatureCapability ();
Public Sub New ()

適用対象

ApplicationInsightsComponentFeatureCapability(String, String, String, String, String, String)

ApplicationInsightsComponentFeatureCapability クラスの新しいインスタンスを初期化します。

public ApplicationInsightsComponentFeatureCapability (string name = default, string description = default, string value = default, string unit = default, string meterId = default, string meterRateFrequency = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability : string * string * string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentFeatureCapability
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional value As String = Nothing, Optional unit As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing)

パラメーター

name
String

機能の名前。

description
String

機能の説明。

value
String

機能の値。

unit
String

機能の単位。

meterId
String

機能に使用されるメーター。

meterRateFrequency
String

メーターのメーター レート。

適用対象