Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress
-
Packages that use ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>The entirety of an application gateway request routing rule definition as part of an application gateway update.Methods in com.microsoft.azure.management.network that return ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration. toBackendHttpConfiguration(String name)Associates the specified backend HTTP settings configuration with this request routing rule.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendOrAddress<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendHttpConfiguration. toBackendHttpPort(int portNumber)Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this request routing rule.
-