ComponentFeatureCapabilities class
Class representing a ComponentFeatureCapabilities.
Constructors
Component |
Create a ComponentFeatureCapabilities. |
Methods
get(string, string, Request |
Returns feature capabilities of the application insights component. |
get(string, string, Request |
|
get(string, string, Service |
Constructor Details
ComponentFeatureCapabilities(ApplicationInsightsManagementClientContext)
Create a ComponentFeatureCapabilities.
new ComponentFeatureCapabilities(client: ApplicationInsightsManagementClientContext)
Parameters
Reference to the service client.
Method Details
get(string, string, RequestOptionsBase)
Returns feature capabilities of the application insights component.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentFeatureCapabilitiesGetResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ComponentFeatureCapabilitiesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- options
- RequestOptionsBase
The optional parameters
The callback
get(string, string, ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentFeatureCapabilities>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
The callback