Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackend.Update
Packages that use ApplicationGatewayBackend.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackend.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackend.UpdateModifier 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.