public interface LoadBalancer extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.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,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, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
update
updateTags
loadBalancingRules
List<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 © 2019. All rights reserved.