IWithFrontend<ReturnT>.FromExistingPublicIPAddress Method
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.
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
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
Applies to
Azure SDK for .NET