Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule
-
Packages that use ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule 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.WithAttach<ReturnT>The final stage of an application gateway URL path map definition.static interfaceApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ParentT>The stage of an application gateway URL path map definition allowing to add more backend addresses, start specifying optional settings, or finish the definition by attaching it to the parent application gateway.Methods in com.microsoft.azure.management.network that return ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule Modifier and Type Method Description ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule<ParentT>ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend. toBackend(String name)Associates the URL path map with a backend on this application gateway.
-