Delen via


ComponentCurrentBillingFeatures class

Klasse die een ComponentCurrentBillingFeatures vertegenwoordigt.

Constructors

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Maak een ComponentCurrentBillingFeatures.

Methoden

get(string, string, RequestOptionsBase)

Retourneert de huidige factureringsfuncties voor een Application Insights-onderdeel.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

Huidige factureringsfuncties voor een Application Insights-onderdeel bijwerken.

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)
update(string, string, ApplicationInsightsComponentBillingFeatures, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Constructordetails

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Maak een ComponentCurrentBillingFeatures.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

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

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.

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

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.