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