Aracılığıyla paylaş


LBFrontendIPConfigurationResourceSettings Constructors

Definition

Overloads

LBFrontendIPConfigurationResourceSettings()

Initializes a new instance of the LBFrontendIPConfigurationResourceSettings class.

LBFrontendIPConfigurationResourceSettings(String, String, String, SubnetReference, String)

Initializes a new instance of the LBFrontendIPConfigurationResourceSettings class.

LBFrontendIPConfigurationResourceSettings()

Initializes a new instance of the LBFrontendIPConfigurationResourceSettings class.

public LBFrontendIPConfigurationResourceSettings ();
Public Sub New ()

Applies to

LBFrontendIPConfigurationResourceSettings(String, String, String, SubnetReference, String)

Initializes a new instance of the LBFrontendIPConfigurationResourceSettings class.

public LBFrontendIPConfigurationResourceSettings (string name = default, string privateIpAddress = default, string privateIpAllocationMethod = default, Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetReference subnet = default, string zones = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.LBFrontendIPConfigurationResourceSettings : string * string * string * Microsoft.Azure.Management.Migrate.ResourceMover.Models.SubnetReference * string -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.LBFrontendIPConfigurationResourceSettings
Public Sub New (Optional name As String = Nothing, Optional privateIpAddress As String = Nothing, Optional privateIpAllocationMethod As String = Nothing, Optional subnet As SubnetReference = Nothing, Optional zones As String = Nothing)

Parameters

name
String

Gets or sets the frontend IP configuration name.

privateIpAddress
String

Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.

privateIpAllocationMethod
String

Gets or sets PrivateIP allocation method (Static/Dynamic).

zones
String

Gets or sets the csv list of zones.

Applies to