ComponentFeatureCapabilities class
代表 ComponentFeatureCapabilities 的類別。
建構函式
Component |
建立 ComponentFeatureCapabilities。 |
方法
建構函式詳細資料
ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)
建立 ComponentFeatureCapabilities。
new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)
參數
服務用戶端的參考。
方法詳細資料
get(string, string, RequestOptionsBase)
傳回 Application Insights 元件的功能。
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentFeatureCapabilitiesGetResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ComponentFeatureCapabilitiesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。
- options
- RequestOptionsBase
選擇性參數
get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- resourceName
-
string
Application Insights 元件資源的名稱。