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