ComponentCurrentBillingFeatures class
Klasse die een ComponentCurrentBillingFeatures vertegenwoordigt.
Constructors
| Component |
Maak een ComponentCurrentBillingFeatures. |
Methoden
| get(string, string, Request |
Retourneert de huidige factureringsfuncties voor een Application Insights-onderdeel. |
| get(string, string, Request |
|
| get(string, string, Service |
|
| update(string, string, Application |
Huidige factureringsfuncties voor een Application Insights-onderdeel bijwerken. |
| update(string, string, Application |
|
| update(string, string, Application |
Constructordetails
ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)
Maak een ComponentCurrentBillingFeatures.
new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
get(string, string, RequestOptionsBase)
Retourneert de huidige factureringsfuncties voor een Application Insights-onderdeel.
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<Models.ComponentCurrentBillingFeaturesGetResponse->
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
De callback
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
De callback
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)
Huidige factureringsfuncties voor een Application Insights-onderdeel bijwerken.
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesUpdateResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Eigenschappen die moeten worden opgegeven om factureringsfuncties voor een Application Insights-onderdeel bij te werken.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<modellen.ComponentCurrentBillingFeaturesUpdateResponse>
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Eigenschappen die moeten worden opgegeven om factureringsfuncties voor een Application Insights-onderdeel bij te werken.
- options
- RequestOptionsBase
De optionele parameters
De callback
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- billingFeaturesProperties
- ApplicationInsightsComponentBillingFeatures
Eigenschappen die moeten worden opgegeven om factureringsfuncties voor een Application Insights-onderdeel bij te werken.
De callback