PublicIPAddress.UpdateStages.WithReverseFQDN Interface

public interface WithReverseFQDN

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

Method Summary

Modifier and Type Method and Description
PublicIPAddress.Update withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

PublicIPAddress.Update withReverseFqdn(String reverseFQDN)

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

Method Details

withoutReverseFqdn

public Update withoutReverseFqdn()

Ensures that no reverse FQDN will be used.

Returns:

The next stage of the resource update

withReverseFqdn

public 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

Applies to