共用方式為


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)

依其 FavoriteId 取得在 Application Insights 元件內定義的單一我的最愛。

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

callback

ServiceCallback<void>

回呼

get(string, string, string, RequestOptionsBase)

依其 FavoriteId 取得在 Application Insights 元件內定義的單一我的最愛。

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

resourceName

string

Application Insights 元件資源的名稱。

favoriteId

string

Application Insights 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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.FavoritesListResponse>

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

選擇性參數

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

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

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

resourceName

string

Application Insights 元件資源的名稱。

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

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 元件中定義之特定我的最愛識別碼

favoriteProperties
ApplicationInsightsComponentFavorite

需要指定才能更新現有我的最愛的屬性。