LoadBalancerResourceSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET