Uses of Class
com.azure.resourcemanager.applicationinsights.models.IngestionMode
Packages that use IngestionMode
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of IngestionMode in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return IngestionModeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.ingestionMode()Get the ingestionMode property: Indicates the flow of the ingestion.ApplicationInsightsComponentProperties.ingestionMode()Get the ingestionMode property: Indicates the flow of the ingestion.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type IngestionModeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withIngestionMode(IngestionMode ingestionMode) Set the ingestionMode property: Indicates the flow of the ingestion.ApplicationInsightsComponentProperties.withIngestionMode(IngestionMode ingestionMode) Set the ingestionMode property: Indicates the flow of the ingestion. -
Uses of IngestionMode in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as IngestionModeModifier and TypeFieldDescriptionstatic final IngestionModeIngestionMode.APPLICATION_INSIGHTSStatic value ApplicationInsights for IngestionMode.static final IngestionModeIngestionMode.APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGSStatic value ApplicationInsightsWithDiagnosticSettings for IngestionMode.static final IngestionModeIngestionMode.LOG_ANALYTICSStatic value LogAnalytics for IngestionMode.Methods in com.azure.resourcemanager.applicationinsights.models that return IngestionModeModifier and TypeMethodDescriptionstatic IngestionModeIngestionMode.fromString(String name) Creates or finds a IngestionMode from its string representation.ApplicationInsightsComponent.ingestionMode()Gets the ingestionMode property: Indicates the flow of the ingestion.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type IngestionModeModifier and TypeMethodDescriptionstatic Collection<IngestionMode>IngestionMode.values()Gets known IngestionMode values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type IngestionModeModifier and TypeMethodDescriptionApplicationInsightsComponent.DefinitionStages.WithIngestionMode.withIngestionMode(IngestionMode ingestionMode) Specifies the ingestionMode property: Indicates the flow of the ingestion..