| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancerPrivateFrontend.UpdateDefinition<ParentT>
The entirety of a private frontend definition as part of a load balancer update.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAvailabilityZone.withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)
Specifies the availability zone for the private frontend.
|
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithAttach<ParentT> |
LoadBalancerPrivateFrontend.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Network network,
String subnetName)
Assigns the specified subnet to this private frontend of the 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.
*/