Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule
-
Packages that use ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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.
-