ComponentCurrentBillingFeatures class
Class representing a ComponentCurrentBillingFeatures.
Constructors
Component |
Create a ComponentCurrentBillingFeatures. |
Methods
get(string, string, Request |
Returns current billing features for an Application Insights component. |
get(string, string, Request |
|
get(string, string, Service |
|
update(string, string, Application |
Update current billing features for an Application Insights component. |
update(string, string, Application |
|
update(string, string, Application |
Constructor Details
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Create a ComponentCurrentBillingFeatures.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
Parameters
Reference to the service client.
Method Details
get(string, string, RequestOptionsBase)
Returns current billing features for an Application Insights component.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>
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.ComponentCurrentBillingFeaturesGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
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<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
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
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)
Update current billing features for an Application Insights component.
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesUpdateResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Properties that need to be specified to update billing features for an Application Insights component.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Properties that need to be specified to update billing features for an Application Insights component.
- options
- RequestOptionsBase
The optional parameters
The callback
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- resourceName
-
string
The name of the Application Insights component resource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Properties that need to be specified to update billing features for an Application Insights component.
The callback