public static interface PublicIpAddress.DefinitionStages.WithReverseFQDN
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddress.DefinitionStages.WithCreate |
withoutReverseFqdn()
Ensures that no reverse FQDN will be used.
|
PublicIpAddress.DefinitionStages.WithCreate |
withReverseFqdn(String reverseFQDN)
Specifies the reverse FQDN to assign to this public IP address.
|
PublicIpAddress.DefinitionStages.WithCreate withReverseFqdn(String reverseFQDN)
reverseFQDN - the reverse FQDN to assignPublicIpAddress.DefinitionStages.WithCreate withoutReverseFqdn()
Copyright © 2021 Microsoft Corporation. All rights reserved.