PublicIPAddress.UpdateStages.WithReverseFQDN Interface

public static interface PublicIPAddress.UpdateStages.WithReverseFQDN

A public IP address update allowing the reverse FQDN to be changed.

Method Summary

Modifier and Type Method and Description
abstract Update withReverseFqdn(String reverseFQDN)

Specifies the reverse FQDN to assign to this public IP address.

abstract Update withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Method Details

withReverseFqdn

public abstract PublicIPAddress.Update withReverseFqdn(String reverseFQDN)

Specifies the reverse FQDN to assign to this public IP address.

Parameters:

reverseFQDN - the reverse FQDN to assign

Returns:

the next stage of the resource update

withoutReverseFqdn

public abstract PublicIPAddress.Update withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Returns:

The next stage of the resource update

Applies to