Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach
-
Packages that use ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models that return ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddress. toBackendFqdn(String fqdn)Adds an FQDN (fully qualified domain name) to the backend associated with this rule.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddress. toBackendIPAddress(String ipAddress)Adds an IP address to the backend associated with this rule.ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddress. toBackendIPAddresses(String... ipAddresses)Adds the specified IP addresses to the backend associated with this rule.
-