| 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.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool
The stage of a load balancer definition allowing to create the load balancer or add an inbound NAT pool.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule
The stage of a load balancer definition allowing to create the load balancer or add an inbound NAT rule.
|
static interface |
LoadBalancer.DefinitionStages.WithCreateAndNatChoice
The stage of a load balancer definition allowing to create the load balancer or start configuring optional inbound NAT rules or pools.
|
static interface |
LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
The stage of a load balancer definition allowing to create a load balancing rule or create the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.DefinitionStages.WithCreate |
LoadBalancer.DefinitionStages.WithSku.withSku(LoadBalancerSkuType skuType)
Specifies the SKU for the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerBackend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
LoadBalancer.DefinitionStages.WithBackend.defineBackend(String name)
Starts the definition of a backend.
|
LoadBalancerHttpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
LoadBalancer.DefinitionStages.WithProbe.defineHttpProbe(String name)
Begins the definition of a new HTTP probe to add to the load balancer.
|
LoadBalancerPrivateFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
LoadBalancer.DefinitionStages.WithPrivateFrontend.definePrivateFrontend(String name)
Begins an explicit definition of a new private (internal) load balancer frontend.
|
LoadBalancerPublicFrontend.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
LoadBalancer.DefinitionStages.WithPublicFrontend.definePublicFrontend(String name)
Begins an explicit definition of a new public (Internet-facing) load balancer frontend.
|
LoadBalancerTcpProbe.DefinitionStages.Blank<LoadBalancer.DefinitionStages.WithCreate> |
LoadBalancer.DefinitionStages.WithProbe.defineTcpProbe(String name)
Begins the definition of a new TCP probe to add to the load balancer.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/