public interface LoadBalancer extends GroupableResource<NetworkManager,LoadBalancerInner>, Refreshable<LoadBalancer>, 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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, 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,LoadBalancerHttpProbe> |
httpsProbes() |
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, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncupdateupdateTagsloadBalancingRulesList<String> publicIpAddressIds()
Map<String,LoadBalancerTcpProbe> tcpProbes()
Map<String,LoadBalancerHttpProbe> httpProbes()
Map<String,LoadBalancerHttpProbe> httpsProbes()
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()
LoadBalancerSkuType sku()
Copyright © 2021 Microsoft Corporation. All rights reserved.