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.ResourceMover.Models.MoverResourceSettings
public class LoadBalancerResourceSettings : Azure.ResourceManager.ResourceMover.Models.MoverResourceSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.LoadBalancerResourceSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.LoadBalancerResourceSettings>
type LoadBalancerResourceSettings = class
inherit MoverResourceSettings
type LoadBalancerResourceSettings = class
inherit MoverResourceSettings
interface IJsonModel<LoadBalancerResourceSettings>
interface IPersistableModel<LoadBalancerResourceSettings>
Public Class LoadBalancerResourceSettings
Inherits MoverResourceSettings
Public Class LoadBalancerResourceSettings
Inherits MoverResourceSettings
Implements IJsonModel(Of LoadBalancerResourceSettings), IPersistableModel(Of LoadBalancerResourceSettings)
- Inheritance
- Implements
Constructors
LoadBalancerResourceSettings() |
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. |
TargetResourceGroupName |
Gets or sets the target resource group name. (Inherited from MoverResourceSettings) |
TargetResourceName |
Gets or sets the target Resource name. (Inherited from MoverResourceSettings) |
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET