public interface LoadBalancer extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.LoadBalancerInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<LoadBalancer>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<LoadBalancer.Update>, UpdatableWithTags<LoadBalancer>, 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>UpdatableWithTags.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
Map<String,LoadBalancerBackend> |
backends() |
LoadBalancerPublicFrontend |
findFrontendByPublicIPAddress(PublicIPAddress publicIPAddress)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
|
LoadBalancerPublicFrontend |
findFrontendByPublicIPAddress(String publicIPAddressId)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
|
Map<String,LoadBalancerFrontend> |
frontends() |
Map<String,LoadBalancerHttpProbe> |
httpProbes() |
Map<String,LoadBalancerInboundNatPool> |
inboundNatPools() |
Map<String,LoadBalancerInboundNatRule> |
inboundNatRules() |
Map<String,LoadBalancerPrivateFrontend> |
privateFrontends() |
Map<String,LoadBalancerPublicFrontend> |
publicFrontends() |
List<String> |
publicIPAddressIds() |
LoadBalancerSkuType |
sku() |
Map<String,LoadBalancerTcpProbe> |
tcpProbes() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerrefresh, refreshAsyncupdateupdateTagsloadBalancingRulesList<String> publicIPAddressIds()
Map<String,LoadBalancerTcpProbe> tcpProbes()
Map<String,LoadBalancerHttpProbe> httpProbes()
Map<String,LoadBalancerBackend> backends()
Map<String,LoadBalancerInboundNatRule> inboundNatRules()
Map<String,LoadBalancerFrontend> frontends()
Map<String,LoadBalancerPrivateFrontend> privateFrontends()
LoadBalancerPublicFrontend findFrontendByPublicIPAddress(PublicIPAddress publicIPAddress)
publicIPAddress - a public IP address to search byLoadBalancerPublicFrontend findFrontendByPublicIPAddress(String publicIPAddressId)
publicIPAddressId - the resource ID of a public IP address to search byMap<String,LoadBalancerPublicFrontend> publicFrontends()
Map<String,LoadBalancerInboundNatPool> inboundNatPools()
@Beta(value=V1_3_0) LoadBalancerSkuType sku()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/