PublicIPAddress.UpdateStages.WithIPAddress Interface

public static interface PublicIPAddress.UpdateStages.WithIPAddress

A public IP address update allowing to change the IP allocation method (static or dynamic).

Method Summary

Modifier and Type Method and Description
abstract Update withDynamicIP()

Enables dynamic IP address allocation.

abstract Update withStaticIP()

Enables static IP address allocation.

Method Details

withDynamicIP

public abstract PublicIPAddress.Update withDynamicIP()

Enables dynamic IP address allocation.

Returns:

the next stage of the resource update

withStaticIP

public abstract PublicIPAddress.Update withStaticIP()

Enables static IP address allocation.

Use ipAddress() after the public IP address is updated to obtain the actual IP address allocated for this resource by Azure

Returns:

the next stage of the resource update

Applies to