ILoadBalancer.FindFrontendByPublicIPAddress 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
FindFrontendByPublicIPAddress(IPublicIPAddress) |
Searches for the public frontend that is associated with the provided public IP address, if one exists. |
FindFrontendByPublicIPAddress(String) |
Searches for the public frontend that is associated with the provided public IP address, if one exists. |
FindFrontendByPublicIPAddress(IPublicIPAddress)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
public Microsoft.Azure.Management.Network.Fluent.ILoadBalancerPublicFrontend FindFrontendByPublicIPAddress (Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress publicIPAddress);
abstract member FindFrontendByPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress -> Microsoft.Azure.Management.Network.Fluent.ILoadBalancerPublicFrontend
Public Function FindFrontendByPublicIPAddress (publicIPAddress As IPublicIPAddress) As ILoadBalancerPublicFrontend
Parameters
- publicIPAddress
- IPublicIPAddress
A public IP address to search by.
Returns
Applies to
FindFrontendByPublicIPAddress(String)
Searches for the public frontend that is associated with the provided public IP address, if one exists.
public Microsoft.Azure.Management.Network.Fluent.ILoadBalancerPublicFrontend FindFrontendByPublicIPAddress (string publicIPAddressId);
abstract member FindFrontendByPublicIPAddress : string -> Microsoft.Azure.Management.Network.Fluent.ILoadBalancerPublicFrontend
Public Function FindFrontendByPublicIPAddress (publicIPAddressId As String) As ILoadBalancerPublicFrontend
Parameters
- publicIPAddressId
- String
The resource ID of a public IP address to search by.
Returns
Applies to
Azure SDK for .NET