| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerPrivateFrontend.Definition<ParentT>
The entirety of a private frontend definition.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)
Specifies the availability zone for the private frontend.
|
LoadBalancerPrivateFrontend.DefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.DefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of an internal load balancer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/