Dela via


ComponentCurrentBillingFeatures class

Klass som representerar en ComponentCurrentBillingFeatures.

Konstruktorer

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Skapa en ComponentCurrentBillingFeatures.

Metoder

get(string, string, RequestOptionsBase)

Returnerar aktuella faktureringsfunktioner för en Application Insights-komponent.

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

Uppdatera aktuella faktureringsfunktioner för en Application Insights-komponent.

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

Konstruktorinformation

ComponentCurrentBillingFeatures(ApplicationInsightsManagementClientContext)

Skapa en ComponentCurrentBillingFeatures.

new ComponentCurrentBillingFeatures(client: ApplicationInsightsManagementClientContext)

Parametrar

client
ApplicationInsightsManagementClientContext

Referens till tjänstklienten.

Metodinformation

get(string, string, RequestOptionsBase)

Returnerar aktuella faktureringsfunktioner för en Application Insights-komponent.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesGetResponse>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

options
RequestOptionsBase

De valfria parametrarna

Returer

Promise<Models.ComponentCurrentBillingFeaturesGetResponse>

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

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

options
RequestOptionsBase

De valfria parametrarna

get(string, string, ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

update(string, string, ApplicationInsightsComponentBillingFeatures, RequestOptionsBase)

Uppdatera aktuella faktureringsfunktioner för en Application Insights-komponent.

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options?: RequestOptionsBase): Promise<ComponentCurrentBillingFeaturesUpdateResponse>

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Egenskaper som måste anges för att uppdatera faktureringsfunktioner för en Application Insights-komponent.

options
RequestOptionsBase

De valfria parametrarna

Returer

Promise<Models.ComponentCurrentBillingFeaturesUpdateResponse>

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

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Egenskaper som måste anges för att uppdatera faktureringsfunktioner för en Application Insights-komponent.

options
RequestOptionsBase

De valfria parametrarna

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

function update(resourceGroupName: string, resourceName: string, billingFeaturesProperties: ApplicationInsightsComponentBillingFeatures, callback: ServiceCallback<ApplicationInsightsComponentBillingFeatures>)

Parametrar

resourceGroupName

string

Namnet på resursgruppen. Namnet är skiftlägesokänsligt.

resourceName

string

Namnet på Application Insights-komponentresursen.

billingFeaturesProperties
ApplicationInsightsComponentBillingFeatures

Egenskaper som måste anges för att uppdatera faktureringsfunktioner för en Application Insights-komponent.