Interface HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
ApplicationGateway.Update,ApplicationGateway.UpdateStages.WithPublicIPAddress,ApplicationGatewayFrontend.Update,ApplicationGatewayFrontend.UpdateStages.WithPublicIPAddress,HasPublicIpAddress.UpdateStages.WithPublicIPAddress<ReturnT>,HasPublicIpAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT>,LoadBalancerPublicFrontend.Update,LoadBalancerPublicFrontend.UpdateStages.WithPublicIPAddress,NicIpConfiguration.Update,NicIpConfiguration.UpdateStages.WithPublicIPAddress
- Enclosing interface:
- HasPublicIpAddress.UpdateStages
public static interface HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>The stage of the update allowing to associate the resource with an existing public IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithExistingPublicIpAddress(PublicIpAddress publicIPAddress)Associates an existing public IP address with the resource.ReturnTwithExistingPublicIpAddress(String resourceId)Associates an existing public IP address with the resource.ReturnTwithoutPublicIpAddress()Removes the existing reference to a public IP address.
-
-
-
Method Detail
-
withExistingPublicIpAddress
ReturnT withExistingPublicIpAddress(PublicIpAddress publicIPAddress)
Associates an existing public IP address with the resource.- Parameters:
publicIPAddress- an existing public IP address- Returns:
- the next stage of the update
-
withExistingPublicIpAddress
ReturnT withExistingPublicIpAddress(String resourceId)
Associates an existing public IP address with the resource.- Parameters:
resourceId- the resource ID of an existing public IP address- Returns:
- the next stage of the definition
-
withoutPublicIpAddress
ReturnT withoutPublicIpAddress()
Removes the existing reference to a public IP address.- Returns:
- the next stage of the update.
-
-