public class LoadBalancerInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
LoadBalancerInner() |
| Modifier and Type | Method and Description |
|---|---|
List<BackendAddressPoolInner> |
backendAddressPools()
Get the backendAddressPools property: Collection of backend address pools used by a load balancer.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<FrontendIpConfigurationInner> |
frontendIpConfigurations()
Get the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.
|
String |
id()
Get the id property: Resource ID.
|
List<InboundNatPool> |
inboundNatPools()
Get the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs
associated with a load balancer.
|
List<InboundNatRuleInner> |
inboundNatRules()
Get the inboundNatRules property: Collection of inbound NAT Rules used by a load balancer.
|
List<LoadBalancingRuleInner> |
loadBalancingRules()
Get the loadBalancingRules property: Object collection representing the load balancing rules Gets the
provisioning.
|
List<OutboundRuleInner> |
outboundRules()
Get the outboundRules property: The outbound rules.
|
List<ProbeInner> |
probes()
Get the probes property: Collection of probe objects used in the load balancer.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the load balancer resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the load balancer resource.
|
LoadBalancerSku |
sku()
Get the sku property: The load balancer SKU.
|
void |
validate()
Validates the instance.
|
LoadBalancerInner |
withBackendAddressPools(List<BackendAddressPoolInner> backendAddressPools)
Set the backendAddressPools property: Collection of backend address pools used by a load balancer.
|
LoadBalancerInner |
withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations)
Set the frontendIpConfigurations property: Object representing the frontend IPs to be used for the load balancer.
|
LoadBalancerInner |
withId(String id)
Set the id property: Resource ID.
|
LoadBalancerInner |
withInboundNatPools(List<InboundNatPool> inboundNatPools)
Set the inboundNatPools property: Defines an external port range for inbound NAT to a single backend port on NICs
associated with a load balancer.
|
LoadBalancerInner |
withInboundNatRules(List<InboundNatRuleInner> inboundNatRules)
Set the inboundNatRules property: Collection of inbound NAT Rules used by a load balancer.
|
LoadBalancerInner |
withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules)
Set the loadBalancingRules property: Object collection representing the load balancing rules Gets the
provisioning.
|
LoadBalancerInner |
withOutboundRules(List<OutboundRuleInner> outboundRules)
Set the outboundRules property: The outbound rules.
|
LoadBalancerInner |
withProbes(List<ProbeInner> probes)
Set the probes property: Collection of probe objects used in the load balancer.
|
LoadBalancerInner |
withSku(LoadBalancerSku sku)
Set the sku property: The load balancer SKU.
|
public LoadBalancerSku sku()
public LoadBalancerInner withSku(LoadBalancerSku sku)
sku - the sku value to set.public String etag()
public List<FrontendIpConfigurationInner> frontendIpConfigurations()
public LoadBalancerInner withFrontendIpConfigurations(List<FrontendIpConfigurationInner> frontendIpConfigurations)
frontendIpConfigurations - the frontendIpConfigurations value to set.public List<BackendAddressPoolInner> backendAddressPools()
public LoadBalancerInner withBackendAddressPools(List<BackendAddressPoolInner> backendAddressPools)
backendAddressPools - the backendAddressPools value to set.public List<LoadBalancingRuleInner> loadBalancingRules()
public LoadBalancerInner withLoadBalancingRules(List<LoadBalancingRuleInner> loadBalancingRules)
loadBalancingRules - the loadBalancingRules value to set.public List<ProbeInner> probes()
public LoadBalancerInner withProbes(List<ProbeInner> probes)
probes - the probes value to set.public List<InboundNatRuleInner> inboundNatRules()
public LoadBalancerInner withInboundNatRules(List<InboundNatRuleInner> inboundNatRules)
inboundNatRules - the inboundNatRules value to set.public List<InboundNatPool> inboundNatPools()
public LoadBalancerInner withInboundNatPools(List<InboundNatPool> inboundNatPools)
inboundNatPools - the inboundNatPools value to set.public List<OutboundRuleInner> outboundRules()
public LoadBalancerInner withOutboundRules(List<OutboundRuleInner> outboundRules)
outboundRules - the outboundRules value to set.public String resourceGuid()
public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic LoadBalancerInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.