Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath
-
Packages that use ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>The entirety of an application gateway URL path map definition as part of an application gateway update.Methods in com.microsoft.azure.management.network that return ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath Modifier and Type Method Description ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress. toBackendFqdn(String fqdn)Adds an FQDN (fully qualified domain name) to the backend associated with this URL path map.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress. toBackendIPAddress(String ipAddress)Adds an IP address to the backend associated with this URL path map.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress. toBackendIPAddresses(String... ipAddresses)Adds the specified IP addresses to the backend associated with this URL path map.
-