AnalyticsItems class
代表 AnalyticsItems 的類別。
建構函式
Analytics |
建立 AnalyticsItems。 |
方法
建構函式詳細資料
AnalyticsItems(ApplicationInsightsManagementClientContext)
建立 AnalyticsItems。
new AnalyticsItems(client: ApplicationInsightsManagementClientContext)
參數
服務用戶端的參考。
方法詳細資料
deleteMethod(string, string, ItemScopePath, AnalyticsItemsDeleteMethodOptionalParams)
刪除 Application Insights 元件內定義的特定分析專案。
function deleteMethod(resourceGroupName: string, resourceName: string, scopePath: ItemScopePath, options?: AnalyticsItemsDeleteMethodOptionalParams): Promise<RestResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- scopePath
- ItemScopePath
列舉,指出此專案定義是否由特定使用者擁有,或在所有使用者之間共用,且可存取 Application Insights 元件。 可能的值包括:'analyticsItems'、'myanalyticsItems'
選擇性參數
傳回
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'
選擇性參數
- 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<AnalyticsItemsGetResponse>
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<AnalyticsItemsListResponse>
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 元件內新增或更新特定分析專案。
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<AnalyticsItemsPutResponse>
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 元件。
回呼