Uses of Class
com.azure.resourcemanager.applicationinsights.models.FlowType
Packages that use FlowType
Package
Description
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of FlowType in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return FlowTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.flowType()Get the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.ApplicationInsightsComponentProperties.flowType()Get the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.Methods in com.azure.resourcemanager.applicationinsights.fluent.models with parameters of type FlowTypeModifier and TypeMethodDescriptionApplicationInsightsComponentInner.withFlowType(FlowType flowType) Set the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.ApplicationInsightsComponentProperties.withFlowType(FlowType flowType) Set the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by. -
Uses of FlowType in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as FlowTypeModifier and TypeFieldDescriptionstatic final FlowTypeFlowType.BLUEFIELDStatic value Bluefield for FlowType.Methods in com.azure.resourcemanager.applicationinsights.models that return FlowTypeModifier and TypeMethodDescriptionApplicationInsightsComponent.flowType()Gets the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.static FlowTypeFlowType.fromString(String name) Creates or finds a FlowType from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type FlowTypeModifier and TypeMethodDescriptionstatic Collection<FlowType>FlowType.values()Gets known FlowType values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type FlowTypeModifier and TypeMethodDescriptionApplicationInsightsComponent.DefinitionStages.WithFlowType.withFlowType(FlowType flowType) Specifies the flowType property: Used by the Application Insights system to determine what kind of flow this component was created by.