Freigeben über


ComponentAvailableFeatures class

Klasse, die eine ComponentAvailableFeatures darstellt.

Konstruktoren

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie eine ComponentAvailableFeatures.

Methoden

get(string, string, RequestOptionsBase)

Gibt alle verfügbaren Features der Komponente "Application Insights" zurück.

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

Details zum Konstruktor

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie eine ComponentAvailableFeatures.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Parameter

client
ApplicationInsightsManagementClientContext

Verweisen auf den Dienstclient.

Details zur Methode

get(string, string, RequestOptionsBase)

Gibt alle verfügbaren Features der Komponente "Application Insights" zurück.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.ComponentAvailableFeaturesGetResponse>

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

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.

options
RequestOptionsBase

Die optionalen Parameter

get(string, string, ServiceCallback<ApplicationInsightsComponentAvailableFeatures>)

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Bei dem Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.