public static interface ApplicationGatewayBackend.UpdateStages.WithAddress
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayBackend.Update |
withFqdn(String fqdn)
Adds the specified existing fully qualified domain name (FQDN) to the backend.
|
ApplicationGatewayBackend.Update |
withIPAddress(String ipAddress)
Adds the specified existing IP address to the backend.
|
ApplicationGatewayBackend.Update |
withoutAddress(ApplicationGatewayBackendAddress address)
Ensure the specified address is not associated with this backend.
|
ApplicationGatewayBackend.Update |
withoutFqdn(String fqdn)
Ensures the specified fully qualified domain name (FQDN) is not associated with this backend.
|
ApplicationGatewayBackend.Update |
withoutIPAddress(String ipAddress)
Ensures the specified IP address is not associated with this backend.
|
ApplicationGatewayBackend.Update withIPAddress(String ipAddress)
ipAddress - an IP addressApplicationGatewayBackend.Update withFqdn(String fqdn)
fqdn - a fully qualified domain name (FQDN)ApplicationGatewayBackend.Update withoutIPAddress(String ipAddress)
ipAddress - an IP addressApplicationGatewayBackend.Update withoutAddress(ApplicationGatewayBackendAddress address)
address - an existing address currently associated with the backendApplicationGatewayBackend.Update withoutFqdn(String fqdn)
fqdn - a fully qualified domain name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/