你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ILoadBalancer.FindFrontendByPublicIPAddress 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindFrontendByPublicIPAddress(IPublicIPAddress) |
搜索与提供的公共 IP 地址关联的公共前端(如果存在)。 |
FindFrontendByPublicIPAddress(String) |
搜索与提供的公共 IP 地址关联的公共前端(如果存在)。 |
FindFrontendByPublicIPAddress(IPublicIPAddress)
搜索与提供的公共 IP 地址关联的公共前端(如果存在)。
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
参数
- publicIPAddress
- IPublicIPAddress
要搜索依据的公共 IP 地址。
返回
适用于
FindFrontendByPublicIPAddress(String)
搜索与提供的公共 IP 地址关联的公共前端(如果存在)。
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
参数
- publicIPAddressId
- String
要搜索的公共 IP 地址的资源 ID。