public static interface LoadBalancer.UpdateStages.WithPrivateFrontend
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> |
definePrivateFrontend(String name)
Begins the update of an internal load balancer frontend.
|
LoadBalancerPrivateFrontend.Update |
updatePrivateFrontend(String name)
Begins the description of an update to an existing internal frontend.
|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.Blank<LoadBalancer.Update> definePrivateFrontend(String name)
name - the name for the frontendLoadBalancerPrivateFrontend.Update updatePrivateFrontend(String name)
name - the name of an existing frontend from this load balancer/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/