LoadBalancerResourceSettings interface

Defines the load balancer resource settings.

Extends

Properties

backendAddressPools

Gets or sets the backend address pools of the load balancer.

frontendIPConfigurations

Gets or sets the frontend IP configurations of the load balancer.

resourceType

Polymorphic discriminator, which specifies the different types this object can be

sku

Gets or sets load balancer sku (Basic/Standard).

tags

Gets or sets the Resource tags.

zones

Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given precedence only if frontend IP configurations settings are not present.

Inherited Properties

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceName

Gets or sets the target Resource name.

Property Details

backendAddressPools

Gets or sets the backend address pools of the load balancer.

backendAddressPools?: LBBackendAddressPoolResourceSettings[]

Property Value

frontendIPConfigurations

Gets or sets the frontend IP configurations of the load balancer.

frontendIPConfigurations?: LBFrontendIPConfigurationResourceSettings[]

Property Value

resourceType

Polymorphic discriminator, which specifies the different types this object can be

resourceType: "Microsoft.Network/loadBalancers"

Property Value

"Microsoft.Network/loadBalancers"

sku

Gets or sets load balancer sku (Basic/Standard).

sku?: string

Property Value

string

tags

Gets or sets the Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

zones

Gets or sets the csv list of zones common for all frontend IP configurations. Note this is given precedence only if frontend IP configurations settings are not present.

zones?: string

Property Value

string

Inherited Property Details

targetResourceGroupName

Gets or sets the target resource group name.

targetResourceGroupName?: string

Property Value

string

Inherited From ResourceSettings.targetResourceGroupName

targetResourceName

Gets or sets the target Resource name.

targetResourceName?: string

Property Value

string

Inherited From ResourceSettings.targetResourceName