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