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.
public class LoadBalancerResourceSettings : Azure.ResourceManager.Migrate.Models.ResourceSettings
type LoadBalancerResourceSettings = class
inherit ResourceSettings
Public Class LoadBalancerResourceSettings
Inherits ResourceSettings
- Inheritance
Constructors
LoadBalancerResourceSettings(String) |
Initializes a new instance of LoadBalancerResourceSettings. |
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