次の方法で共有


ComponentFeatureCapabilities class

ComponentFeatureCapabilities を表すクラス。

コンストラクター

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

ComponentFeatureCapabilities を作成します。

メソッド

get(string, string, RequestOptionsBase)

application insights コンポーネントの機能を返します。

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

コンストラクターの詳細

ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)

ComponentFeatureCapabilities を作成します。

new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

get(string, string, RequestOptionsBase)

application insights コンポーネントの機能を返します。

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentFeatureCapabilitiesGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.ComponentFeatureCapabilitiesGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

Application Insights コンポーネント リソースの名前。