Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadBalancer

Package version

LoadBalancer resource

Hierarchy

Index

Properties

Optional backendAddressPools

backendAddressPools: BackendAddressPool[]

Collection of backend address pools used by a load balancer

Optional etag

etag: undefined | string

A unique read-only string that changes whenever the resource is updated.

Optional frontendIPConfigurations

frontendIPConfigurations: FrontendIPConfiguration[]

Object representing the frontend IPs to be used for the load balancer

Optional id

id: undefined | string

Resource ID.

Optional inboundNatPools

inboundNatPools: InboundNatPool[]

Defines an external port range for inbound NAT to a single backend port on NICs associated with a load balancer. Inbound NAT rules are created automatically for each NIC associated with the Load Balancer using an external port from this range. Defining an Inbound NAT pool on your Load Balancer is mutually exclusive with defining inbound Nat rules. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an inbound NAT pool. They have to reference individual inbound NAT rules.

Optional inboundNatRules

inboundNatRules: InboundNatRule[]

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.

Optional loadBalancingRules

loadBalancingRules: LoadBalancingRule[]

Object collection representing the load balancing rules Gets the provisioning

Optional location

location: undefined | string

Resource location.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional outboundNatRules

outboundNatRules: OutboundNatRule[]

The outbound NAT rules.

Optional probes

probes: Probe[]

Collection of probe objects used in the load balancer

Optional provisioningState

provisioningState: undefined | string

Gets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Optional resourceGuid

resourceGuid: undefined | string

The resource GUID property of the load balancer resource.

Optional sku

The load balancer SKU.

Optional tags

tags: undefined | object

Resource tags.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc