public static interface LoadBalancer.DefinitionStages.WithPublicFrontend
| Modifier and Type | Method and Description |
|---|---|
PublicFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithPublicFrontendOrBackend> |
definePublicFrontend(String name)
Begins the definition of a new load public balancer frontend.
|
PublicFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithPublicFrontendOrBackend> definePublicFrontend(String name)
The definition must be completed with a call to Attachable.InDefinition.attach()
name - the name for the frontend/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/