Uses of Interface
com.microsoft.azure.management.network.ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
-
Packages that use ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate in com.microsoft.azure.management.network
Subinterfaces of ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGateway.DefinitionThe entirety of the application gateway definition.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate Modifier and Type Method Description ApplicationGatewayUrlPathMap.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate>ApplicationGateway.DefinitionStages.WithRequestRoutingRule. definePathBasedRoutingRule(String name)Begins the definition of a new application gateway path-based request routing rule and URL path map to be attached to the gateway.ApplicationGatewayRequestRoutingRule.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate>ApplicationGateway.DefinitionStages.WithRequestRoutingRule. defineRequestRoutingRule(String name)Begins the definition of a request routing rule for this application gateway.
-