Freigeben über


ComponentAvailableFeatures class

Klasse, die ein ComponentAvailableFeatures darstellt.

Konstruktoren

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie ein ComponentAvailableFeatures-Objekt.

Methoden

get(string, string, RequestOptionsBase)

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

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

Details zum Konstruktor

ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)

Erstellen Sie ein ComponentAvailableFeatures-Objekt.

new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)

Parameter

client
ApplicationInsightsManagementClientContext

Verweis auf den Dienstclient.

Details zur Methode

get(string, string, RequestOptionsBase)

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

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den 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. Für den 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. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName

string

Der Name der Application Insights-Komponentenressource.