Interface PublicIpAddress.UpdateStages.WithReverseFQDN
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithReverseFQDN
A public IP address update allowing the reverse FQDN to be changed.
-
Method Summary
Modifier and TypeMethodDescriptionEnsures that no reverse FQDN will be used.withReverseFqdn(String reverseFQDN) Specifies the reverse FQDN to assign to this public IP address.
-
Method Details
-
withReverseFqdn
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
PublicIpAddress.Update withoutReverseFqdn()Ensures that no reverse FQDN will be used.- Returns:
- The next stage of the resource update
-