public static interface PublicIpAddress.UpdateStages.WithReverseFQDN
| 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.
|
PublicIpAddress.Update withReverseFqdn(String reverseFQDN)
reverseFQDN - the reverse FQDN to assignPublicIpAddress.Update withoutReverseFqdn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/