public static interface LoadBalancer.UpdateStages.WithPublicFrontend
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
definePublicFrontend(String name)
Begins the update of a load balancer frontend.
|
LoadBalancerPublicFrontend.Update |
updatePublicFrontend(String name)
Begins the description of an update to an existing Internet-facing frontend.
|
LoadBalancer.Update |
withoutFrontend(String name)
Removes the specified frontend from the load balancer.
|
LoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> definePublicFrontend(String name)
The definition must be completed with a call to Attachable.InUpdate.attach()
name - the name for the frontendLoadBalancer.Update withoutFrontend(String name)
name - the name of an existing front end on this load balancerLoadBalancerPublicFrontend.Update updatePublicFrontend(String name)
name - the name of the frontend to update/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/