Uses of Class
com.azure.resourcemanager.applicationinsights.models.ApplicationType
Packages that use ApplicationType
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationType in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.applicationType()Get the applicationType property: Type of application being monitored.ApplicationInsightsComponentProperties.applicationType()Get the applicationType property: Type of application being monitored.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type ApplicationTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withApplicationType(ApplicationType applicationType) Set the applicationType property: Type of application being monitored.ApplicationInsightsComponentProperties.withApplicationType(ApplicationType applicationType) Set the applicationType property: Type of application being monitored. -
Uses of ApplicationType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as ApplicationTypeModifier and TypeFieldDescriptionstatic final ApplicationTypeApplicationType.OTHERStatic value other for ApplicationType.static final ApplicationTypeApplicationType.WEBStatic value web for ApplicationType.Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationTypeModifier and TypeMethodDescriptionApplicationInsightsComponent.applicationType()Gets the applicationType property: Type of application being monitored.static ApplicationTypeApplicationType.fromString(String name) Creates or finds a ApplicationType from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationTypeModifier and TypeMethodDescriptionstatic Collection<ApplicationType>ApplicationType.values()Gets known ApplicationType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApplicationTypeModifier and TypeMethodDescriptionApplicationInsightsComponent.DefinitionStages.WithApplicationType.withApplicationType(ApplicationType applicationType) Specifies the applicationType property: Type of application being monitored..