ComponentAvailableFeatures class
Class representing a ComponentAvailableFeatures.
Constructors
Component |
Create a ComponentAvailableFeatures. |
Methods
get(string, string, Request |
Returns all available features of the application insights component. |
get(string, string, Request |
|
get(string, string, Service |
Constructor Details
ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)
Create a ComponentAvailableFeatures.
new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)
Parameters
Reference to the service client.
Method Details
get(string, string, RequestOptionsBase)
Returns all available features of the application insights component.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentAvailableFeaturesGetResponse>
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.ComponentAvailableFeaturesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
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<ApplicationInsightsComponentAvailableFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)
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