HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the update

public static interface HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress

The stage of the update allowing to associate the resource with an existing public IP address.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withExistingPublicIpAddress(PublicIpAddress publicIPAddress)

Associates an existing public IP address with the resource.

abstract ReturnT withExistingPublicIpAddress(String resourceId)

Associates an existing public IP address with the resource.

abstract ReturnT withoutPublicIpAddress()

Removes the existing reference to a public IP address.

Method Details

withExistingPublicIpAddress

public abstract 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

public abstract 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

public abstract ReturnT withoutPublicIpAddress()

Removes the existing reference to a public IP address.

Returns:

the next stage of the update.

Applies to