次の方法で共有


Favorites class

お気に入りを表すクラス。

コンストラクター

Favorites(ApplicationInsightsManagementClientContext)

お気に入りを作成します。

メソッド

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Application Insights コンポーネントに新しいお気に入りを追加します。

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
add(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)
deleteMethod(string, string, string, RequestOptionsBase)

Application Insights コンポーネントに関連付けられているお気に入りを削除します。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

Application Insights コンポーネント内で定義されている FavoriteId によって 1 つのお気に入りを取得します。

get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
get(string, string, string, ServiceCallback<ApplicationInsightsComponentFavorite>)
list(string, string, FavoritesListOptionalParams)

Application Insights コンポーネント内で定義されているお気に入りの一覧を取得します。

list(string, string, FavoritesListOptionalParams, ServiceCallback<ApplicationInsightsComponentFavorite[]>)
list(string, string, ServiceCallback<ApplicationInsightsComponentFavorite[]>)
update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Application Insights コンポーネントに既に追加されているお気に入りを更新します。

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)
update(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

コンストラクターの詳細

Favorites(ApplicationInsightsManagementClientContext)

お気に入りを作成します。

new Favorites(client: ApplicationInsightsManagementClientContext)

パラメーター

client
ApplicationInsightsManagementClientContext

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

メソッドの詳細

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Application Insights コンポーネントに新しいお気に入りを追加します。

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: RequestOptionsBase): Promise<FavoritesAddResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

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

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.FavoritesAddResponseです。>

add(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

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

options
RequestOptionsBase

省略可能なパラメーター

add(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

function add(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

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

deleteMethod(string, string, string, RequestOptionsBase)

Application Insights コンポーネントに関連付けられているお気に入りを削除します。

function deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse応答>

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

function deleteMethod(resourceGroupName: string, resourceName: string, favoriteId: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<void>

コールバック

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

callback

ServiceCallback<void>

コールバック

get(string, string, string, RequestOptionsBase)

Application Insights コンポーネント内で定義されている FavoriteId によって 1 つのお気に入りを取得します。

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.FavoritesGetResponse>

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

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

options
RequestOptionsBase

省略可能なパラメーター

get(string, string, string, ServiceCallback<ApplicationInsightsComponentFavorite>)

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

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

list(string, string, FavoritesListOptionalParams)

Application Insights コンポーネント内で定義されているお気に入りの一覧を取得します。

function list(resourceGroupName: string, resourceName: string, options?: FavoritesListOptionalParams): Promise<FavoritesListResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

options
FavoritesListOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.FavoritesList応答>

list(string, string, FavoritesListOptionalParams, ServiceCallback<ApplicationInsightsComponentFavorite[]>)

function list(resourceGroupName: string, resourceName: string, options: FavoritesListOptionalParams, callback: ServiceCallback<ApplicationInsightsComponentFavorite[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

options
FavoritesListOptionalParams

省略可能なパラメーター

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

コールバック

list(string, string, ServiceCallback<ApplicationInsightsComponentFavorite[]>)

function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFavorite[]>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

callback

ServiceCallback<ApplicationInsightsComponentFavorite[]>

コールバック

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase)

Application Insights コンポーネントに既に追加されているお気に入りを更新します。

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options?: RequestOptionsBase): Promise<FavoritesUpdateResponse>

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

既存のお気に入りを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.FavoritesUpdateResponse>

update(string, string, string, ApplicationInsightsComponentFavorite, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFavorite>)

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

既存のお気に入りを更新するために指定する必要があるプロパティ。

options
RequestOptionsBase

省略可能なパラメーター

update(string, string, string, ApplicationInsightsComponentFavorite, ServiceCallback<ApplicationInsightsComponentFavorite>)

function update(resourceGroupName: string, resourceName: string, favoriteId: string, favoriteProperties: ApplicationInsightsComponentFavorite, callback: ServiceCallback<ApplicationInsightsComponentFavorite>)

パラメーター

resourceGroupName

string

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

resourceName

string

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

favoriteId

string

Application Insights コンポーネントで定義されている特定のお気に入りの ID

favoriteProperties
ApplicationInsightsComponentFavorite

既存のお気に入りを更新するために指定する必要があるプロパティ。