HasFrontend.DefinitionStages.WithFrontend<ReturnT>.fromNewPublicIPAddress 方法
定义
重载
fromNewPublicIPAddress() |
Specifies that network traffic should be received on a new public IP address that is to be automatically created woth default settings along with the load balancer. A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address. |
fromNewPublicIPAddress(Creatable<PublicIPAddress> pipDefinition) |
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer based on the provided definition. A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address. |
fromNewPublicIPAddress(String leafDnsLabel) |
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer in the same region and resource group but under the provided leaf DNS label, assuming it is available. A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address, so make sure to use a unique DNS label. |
fromNewPublicIPAddress()
Specifies that network traffic should be received on a new public IP address that is to be automatically created woth default settings along with the load balancer.
A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address.
public ReturnT fromNewPublicIPAddress()
返回
the next stage of the definition
fromNewPublicIPAddress(Creatable<PublicIPAddress> pipDefinition)
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer based on the provided definition.
A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address.
public ReturnT fromNewPublicIPAddress(Creatable<PublicIPAddress> pipDefinition)
参数
- pipDefinition
- Creatable<PublicIPAddress>
a definition for the new public IP
返回
the next stage of the definition
fromNewPublicIPAddress(String leafDnsLabel)
Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer in the same region and resource group but under the provided leaf DNS label, assuming it is available.
A new automatically-named public frontend will be implicitly created on this load balancer for each such new public IP address, so make sure to use a unique DNS label.
public ReturnT fromNewPublicIPAddress(String leafDnsLabel)
参数
- leafDnsLabel
- String
a unique leaf DNS label to create the public IP address under
返回
the next stage of the definition