Sdílet prostřednictvím


IWithFrontend<ReturnT>.FromExistingPublicIPAddress Method

Definition

Overloads

FromExistingPublicIPAddress(IPublicIPAddress)

Specifies an existing public IP address to receive network traffic from. If this load balancer already has a frontend referencing this public IP address, that is the frontend that will be used. Else, an automatically named new public frontend will be created implicitly on the load balancer.

FromExistingPublicIPAddress(String)

Specifies an existing public IP address to receive network traffic from. If this load balancer already has a frontend referencing this public IP address, that is the frontend that will be used. Else, an automatically named new public frontend will be created implicitly on the load balancer.

FromExistingPublicIPAddress(IPublicIPAddress)

Specifies an existing public IP address to receive network traffic from. If this load balancer already has a frontend referencing this public IP address, that is the frontend that will be used. Else, an automatically named new public frontend will be created implicitly on the load balancer.

public ReturnT FromExistingPublicIPAddress (Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress publicIPAddress);
abstract member FromExistingPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress -> 'ReturnT
Public Function FromExistingPublicIPAddress (publicIPAddress As IPublicIPAddress) As ReturnT

Parameters

publicIPAddress
IPublicIPAddress

An existing public IP address.

Returns

ReturnT

Applies to

FromExistingPublicIPAddress(String)

Specifies an existing public IP address to receive network traffic from. If this load balancer already has a frontend referencing this public IP address, that is the frontend that will be used. Else, an automatically named new public frontend will be created implicitly on the load balancer.

public ReturnT FromExistingPublicIPAddress (string resourceId);
abstract member FromExistingPublicIPAddress : string -> 'ReturnT
Public Function FromExistingPublicIPAddress (resourceId As String) As ReturnT

Parameters

resourceId
String

The resource ID of an existing public IP address.

Returns

ReturnT

Applies to