HasFrontend.DefinitionStages.WithFrontend<ReturnT>.fromExistingPublicIPAddress 方法
定义
重载
fromExistingPublicIPAddress(PublicIPAddress publicIPAddress) |
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 resourceId) |
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(PublicIPAddress publicIPAddress)
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(PublicIPAddress publicIPAddress)
参数
- publicIPAddress
- PublicIPAddress
an existing public IP address
返回
the next stage of the definition
fromExistingPublicIPAddress(String resourceId)
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)
参数
- resourceId
- String
the resource ID of an existing public IP address
返回
the next stage of the definition