Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress
-
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.Definition<ParentT>The entirety of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>The stage of an application gateway request routing rule definition allowing to add more backend addresses, start specifying optional settings, or finish the definition by attaching it to the parent application gateway.static interfaceApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendOrAddress<ParentT>The stage of an application gateway request routing rule definition allowing to add an address to specify an existing backend to associate with this request routing rule or create a new backend with an auto-generated name and addresses to it.
-