Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend
-
Packages that use ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.Definition<ReturnT>The entirety of an application gateway URL path map definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend Modifier and Type Method Description ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ParentT>ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration. toBackendHttpConfiguration(String name)Associates the specified backend HTTP settings configuration with this application gateway URL path map.ApplicationGatewayUrlPathMap.DefinitionStages.WithBackend<ParentT>ApplicationGatewayUrlPathMap.DefinitionStages.WithBackendHttpConfiguration. toBackendHttpPort(int portNumber)Creates a backend HTTP settings configuration for the specified backend port and the HTTP protocol, and associates it with this URL path map.
-