Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend
-
Packages that use ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend 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.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ParentT>The stage of an application gateway URL path map definition allowing to add an address to specify an existing backend to associate with this URL path map or create a new backend with an auto-generated name and addresses to it.Methods in com.microsoft.azure.management.network that return ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend Modifier and Type Method Description ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ParentT>ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration. toBackendHttpConfiguration(String name)Associates the specified backend HTTP settings configuration with this URL path map.
-