public interface LoadBalancer extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<LoadBalancer>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.network.implementation.LoadBalancerInner>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<LoadBalancer.Update>, HasLoadBalancingRules
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadBalancer.Definition
The entirety of the load balancer definition.
|
static interface |
LoadBalancer.DefinitionStages
Grouping of load balancer definition stages.
|
static interface |
LoadBalancer.Update
The template for a load balancer update operation, containing all the settings that
can be modified.
|
static interface |
LoadBalancer.UpdateStages
Grouping of load balancer update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
Map<String,Backend> |
backends() |
Map<String,Frontend> |
frontends() |
Map<String,HttpProbe> |
httpProbes() |
Map<String,InboundNatPool> |
inboundNatPools() |
Map<String,InboundNatRule> |
inboundNatRules() |
List<String> |
publicIpAddressIds() |
Map<String,TcpProbe> |
tcpProbes() |
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshinner, setInnerupdateloadBalancingRulesList<String> publicIpAddressIds()
Map<String,TcpProbe> tcpProbes()
Map<String,HttpProbe> httpProbes()
Map<String,Backend> backends()
Map<String,InboundNatRule> inboundNatRules()
Map<String,Frontend> frontends()
Map<String,InboundNatPool> inboundNatPools()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/