Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayBackend.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ApplicationGatewayBackend.Update in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithBackend.updateBackend
(String name) Begins the update of an existing backend on this application gateway.Adds the specified existing fully qualified domain name (FQDN) to the backend.ApplicationGatewayBackend.UpdateStages.WithAddress.withIPAddress
(String ipAddress) Adds the specified existing IP address to the backend.ApplicationGatewayBackend.UpdateStages.WithAddress.withoutAddress
(ApplicationGatewayBackendAddress address) Ensure the specified address is not associated with this backend.ApplicationGatewayBackend.UpdateStages.WithAddress.withoutFqdn
(String fqdn) Ensures the specified fully qualified domain name (FQDN) is not associated with this backend.ApplicationGatewayBackend.UpdateStages.WithAddress.withoutIPAddress
(String ipAddress) Ensures the specified IP address is not associated with this backend.