LoadBalancerResourceSettings Class

Definition

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
LoadBalancerResourceSettings
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

IJsonModel<LoadBalancerResourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LoadBalancerResourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MoverResourceSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MoverResourceSettings)
IJsonModel<MoverResourceSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MoverResourceSettings)
IPersistableModel<LoadBalancerResourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadBalancerResourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LoadBalancerResourceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MoverResourceSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MoverResourceSettings)
IPersistableModel<MoverResourceSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MoverResourceSettings)
IPersistableModel<MoverResourceSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MoverResourceSettings)

Applies to