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.
*/