ReturnT - the next stage of the definitionpublic static interface HasFrontend.UpdateDefinitionStages.WithFrontend<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
fromExistingPublicIPAddress(PublicIpAddress publicIPAddress)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
fromExistingPublicIPAddress(String resourceId)
Specifies an existing public IP address to receive network traffic from.
|
ReturnT |
fromExistingSubnet(Network network,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
fromExistingSubnet(String networkResourceId,
String subnetName)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
fromExistingSubnet(Subnet subnet)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
fromFrontend(String frontendName)
Specifies the frontend to associate.
|
ReturnT fromFrontend(String frontendName)
frontendName - an existing frontend nameReturnT fromExistingPublicIPAddress(PublicIpAddress publicIPAddress)
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.
publicIPAddress - an existing public IP addressReturnT fromExistingPublicIPAddress(String resourceId)
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.
resourceId - the resource ID of an existing public IP addressReturnT fromExistingSubnet(Network network, String subnetName)
If this load balancer already has a frontend referencing this subnet, that is the frontend that will be used. Else, an automatically named new private frontend will be created implicitly on the load balancer.
network - an existing networksubnetName - the name of an existing subnet within the specified networkReturnT fromExistingSubnet(String networkResourceId, String subnetName)
If this load balancer already has a frontend referencing this subnet, that is the frontend that will be used. Else, an automatically named new private frontend will be created implicitly on the load balancer.
networkResourceId - the resource ID of an existing networksubnetName - the name of an existing subnet within the specified networkReturnT fromExistingSubnet(Subnet subnet)
If this load balancer already has a frontend referencing this subnet, that is the frontend that will be used. Else, an automatically named new private frontend will be created implicitly on the load balancer.
subnet - an existing subnetCopyright © 2020 Microsoft Corporation. All rights reserved.