ProactiveDetectionConfigurations class
代表 ProactiveDetectionConfigurations 的類別。
建構函式
Proactive |
建立 ProactiveDetectionConfigurations。 |
方法
建構函式詳細資料
ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)
建立 ProactiveDetectionConfigurations。
new ProactiveDetectionConfigurations(client: ApplicationInsightsManagementClientContext)
參數
服務客戶端的參考。
方法詳細資料
get(string, string, string, RequestOptionsBase)
取得此組態標識碼的 ProactiveDetection 組態。
function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ProactiveDetectionConfigurationsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
- options
- RequestOptionsBase
選擇性參數
get(string, string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
list(string, string, RequestOptionsBase)
取得 Application Insights 元件的 ProactiveDetection 組態清單。
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsListResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ProactiveDetectionConfigurationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
list(string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase)
更新此組態標識碼的 ProactiveDetection 組態。
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsUpdateResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
需要指定才能更新 ProactiveDetection 組態的屬性。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ProactiveDetectionConfigurationsUpdateResponse>
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
需要指定才能更新 ProactiveDetection 組態的屬性。
- options
- RequestOptionsBase
選擇性參數
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- configurationId
-
string
ProactiveDetection 組態標識碼。 這在 Application Insights 元件內是唯一的。
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
需要指定才能更新 ProactiveDetection 組態的屬性。