次の方法で共有


AnalyticsItems class

AnalyticsItems を表すクラス。

コンストラクター

AnalyticsItems(ApplicationInsightsManagementClientContext)

AnalyticsItems を作成します。

メソッド

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Application Insights コンポーネント内で定義されている特定の Analytics アイテムを削除します。

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams, ServiceCallback<void>)
deleteMethod(string, string, ItemScopePath, ServiceCallback<void>)
get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Application Insights コンポーネント内で定義されている特定の分析アイテムを取得します。

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Application Insights コンポーネント内で定義されている分析アイテムの一覧を取得します。

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Application Insights コンポーネント内に特定の Analytics アイテムを追加または更新します。

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)
put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

コンストラクターの詳細

AnalyticsItems(ApplicationInsightsManagementClientContext)

AnalyticsItems を作成します。

new AnalyticsItems(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

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

メソッドの詳細

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)

Application Insights コンポーネント内で定義されている特定の Analytics アイテムを削除します。

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteMethodOptionalParams): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsDeleteMethodOptionalParams

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsDeleteMethodOptionalParams, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsDeleteMethodOptionalParams

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック。

deleteMethod(string, string, ItemScopePath, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

callback

ServiceCallback<void>

コールバック。

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams)

Application Insights コンポーネント内で定義されている特定の分析アイテムを取得します。

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsGetOptionalParams): Promise<AnalyticsItemsGetResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsGetOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.AnalyticsItemsGetResponse>

get(string, string, ItemScopePath, AnalyticsItemsGetOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsGetOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsGetOptionalParams

省略可能なパラメーター

get(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function get(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams)

Application Insights コンポーネント内で定義されている分析アイテムの一覧を取得します。

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsListOptionalParams): Promise<AnalyticsItemsListResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsListOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.AnalyticsItemsListResponse>

list(string, string, ItemScopePath, AnalyticsItemsListOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options: AnalyticsItemsListOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

options
AnalyticsItemsListOptionalParams

省略可能なパラメーター

list(string, string, ItemScopePath, ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

function list(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams)

Application Insights コンポーネント内に特定の Analytics アイテムを追加または更新します。

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options?: AnalyticsItemsPutOptionalParams): Promise<AnalyticsItemsPutResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

itemProperties
ApplicationInsightsComponentAnalyticsItem

新しい項目を作成し、Application Insights コンポーネントに追加するために指定する必要があるプロパティ。

options
AnalyticsItemsPutOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.AnalyticsItemsPutResponse>

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, AnalyticsItemsPutOptionalParams, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, options: AnalyticsItemsPutOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

itemProperties
ApplicationInsightsComponentAnalyticsItem

新しい項目を作成し、Application Insights コンポーネントに追加するために指定する必要があるプロパティ。

options
AnalyticsItemsPutOptionalParams

省略可能なパラメーター

put(string, string, ItemScopePath, ApplicationInsightsComponentAnalyticsItem, ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

function put(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, itemProperties: ApplicationInsightsComponentAnalyticsItem, callback: ServiceCallback<ApplicationInsightsComponentAnalyticsItem>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

scopePath
ItemScopePath

この項目定義が特定のユーザーによって所有されているか、Application Insights コンポーネントにアクセスできるすべてのユーザー間で共有されているかを示す列挙型。 使用できる値は、'analyticsItems'、'myanalyticsItems' です。

itemProperties
ApplicationInsightsComponentAnalyticsItem

新しい項目を作成し、Application Insights コンポーネントに追加するために指定する必要があるプロパティ。