public static interface LoadBalancer.DefinitionStages.WithBackend extends LoadBalancer.DefinitionStages.WithVirtualMachine<LoadBalancer.DefinitionStages.WithBackendOrProbe>
| Modifier and Type | Method and Description |
|---|---|
Backend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithBackendOrProbe> |
defineBackend(String name)
Starts the definition of a backend.
|
withExistingVirtualMachinesBackend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithBackendOrProbe> defineBackend(String name)
name - the name to assign to the backend/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/