Aracılığıyla paylaş


LoadBalancerResourceSettings Class

Definition

Defines the load balancer resource settings.

[Newtonsoft.Json.JsonObject("Microsoft.Network/loadBalancers")]
public class LoadBalancerResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Network/loadBalancers")>]
type LoadBalancerResourceSettings = class
    inherit ResourceSettings
Public Class LoadBalancerResourceSettings
Inherits ResourceSettings
Inheritance
LoadBalancerResourceSettings
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

LoadBalancerResourceSettings()

Initializes a new instance of the LoadBalancerResourceSettings class.

LoadBalancerResourceSettings(String, IDictionary<String,String>, String, IList<LBFrontendIPConfigurationResourceSettings>, IList<LBBackendAddressPoolResourceSettings>, String)

Initializes a new instance of the LoadBalancerResourceSettings class.

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.

Sku

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

Tags

Gets or sets the Resource tags.

TargetResourceName

Gets or sets the target Resource name.

(Inherited from ResourceSettings)
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.

Applies to