Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRuleType
-
Packages that use ApplicationGatewayRequestRoutingRuleType Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayRequestRoutingRuleType Modifier and Type Method Description ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleInner. ruleType()Get the ruleType property: Rule type.ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRulePropertiesFormat. ruleType()Get the ruleType property: Rule type.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayRequestRoutingRuleType Modifier and Type Method Description ApplicationGatewayRequestRoutingRuleInnerApplicationGatewayRequestRoutingRuleInner. withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)Set the ruleType property: Rule type.ApplicationGatewayRequestRoutingRulePropertiesFormatApplicationGatewayRequestRoutingRulePropertiesFormat. withRuleType(ApplicationGatewayRequestRoutingRuleType ruleType)Set the ruleType property: Rule type. -
Uses of ApplicationGatewayRequestRoutingRuleType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ApplicationGatewayRequestRoutingRuleType Modifier and Type Field Description static ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleType. BASICStatic value Basic for ApplicationGatewayRequestRoutingRuleType.static ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleType. PATH_BASED_ROUTINGStatic value PathBasedRouting for ApplicationGatewayRequestRoutingRuleType.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRuleType Modifier and Type Method Description static ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRuleType. fromString(String name)Creates or finds a ApplicationGatewayRequestRoutingRuleType from its string representation.ApplicationGatewayRequestRoutingRuleTypeApplicationGatewayRequestRoutingRule. ruleType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayRequestRoutingRuleType Modifier and Type Method Description static Collection<ApplicationGatewayRequestRoutingRuleType>ApplicationGatewayRequestRoutingRuleType. values()
-