Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach
-
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.Definition<ParentT>The entirety of an application gateway request routing rule definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress. toBackendFqdn(String fqdn)Adds an FQDN (fully qualified domain name) to the backend associated with this rule.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress. toBackendIPAddress(String ipAddress)Adds an IP address to the backend associated with this rule.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress. toBackendIPAddresses(String... ipAddresses)Adds the specified IP addresses to the backend associated with this rule.
-