Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway URL path map definition as part of an application gateway update.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPathModifier and TypeMethodDescriptionApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendFqdn(String fqdn) Adds an FQDN (fully qualified domain name) to the backend associated with this URL path map.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendIPAddress(String ipAddress) Adds an IP address to the backend associated with this URL path map.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress.toBackendIPAddresses(String... ipAddresses) Adds the specified IP addresses to the backend associated with this URL path map.