| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancer.Definition
The entirety of the load balancer definition.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.DefinitionStages.WithPrivateFrontendOrBackend |
LoadBalancer.DefinitionStages.WithNetworkSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet from the selected network as teh default private frontend of this load balancer,
thereby making the load balancer internal.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithPrivateFrontendOrBackend> |
LoadBalancer.DefinitionStages.WithPrivateFrontend.definePrivateFrontend(String name) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/