ComponentAvailableFeatures class
Klasse, die ein ComponentAvailableFeatures darstellt.
Konstruktoren
Component |
Erstellen Sie ein ComponentAvailableFeatures-Objekt. |
Methoden
get(string, string, Request |
Gibt alle verfügbaren Features der Application Insights-Komponente zurück. |
get(string, string, Request |
|
get(string, string, Service |
Details zum Konstruktor
ComponentAvailableFeatures(ApplicationInsightsManagementClientContext)
Erstellen Sie ein ComponentAvailableFeatures-Objekt.
new ComponentAvailableFeatures(client: ApplicationInsightsManagementClientContext)
Parameter
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
Der Rückruf.
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.
Der Rückruf.