Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRuleType
Packages that use ApplicationGatewayRequestRoutingRuleType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayRequestRoutingRuleType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayRequestRoutingRuleTypeModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRuleInner.ruleType()Get the ruleType property: Rule type.ApplicationGatewayRequestRoutingRulePropertiesFormat.ruleType()Get the ruleType property: Rule type.ApplicationGatewayRoutingRulePropertiesFormat.ruleType()Get the ruleType property: Rule type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayRequestRoutingRuleTypeModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRuleInner.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.ApplicationGatewayRequestRoutingRulePropertiesFormat.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.ApplicationGatewayRoutingRulePropertiesFormat.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type. -
Uses of ApplicationGatewayRequestRoutingRuleType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type ApplicationGatewayRequestRoutingRuleType in com.azure.resourcemanager.network.modelsFields in com.azure.resourcemanager.network.models declared as ApplicationGatewayRequestRoutingRuleTypeModifier and TypeFieldDescriptionstatic final ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleType.BASICStatic value Basic for ApplicationGatewayRequestRoutingRuleType.static final ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleType.PATH_BASED_ROUTINGStatic value PathBasedRouting for ApplicationGatewayRequestRoutingRuleType.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRuleTypeModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRuleType.fromString(String name) Creates or finds a ApplicationGatewayRequestRoutingRuleType from its string representation.ApplicationGatewayRequestRoutingRule.ruleType()Gets rule type.ApplicationGatewayRoutingRule.ruleType()Get the ruleType property: Rule type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayRequestRoutingRuleTypeModifier and TypeMethodDescriptionApplicationGatewayRequestRoutingRuleType.values()Gets known ApplicationGatewayRequestRoutingRuleType values.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayRequestRoutingRuleTypeModifier and TypeMethodDescriptionApplicationGatewayRoutingRule.withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType) Set the ruleType property: Rule type.