| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressDnsSettings |
PublicIpAddressInner.dnsSettings()
Get the dnsSettings property: The FQDN of the DNS record associated with the public IP address.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressInner |
PublicIpAddressInner.withDnsSettings(PublicIpAddressDnsSettings dnsSettings)
Set the dnsSettings property: The FQDN of the DNS record associated with the public IP address.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpAddressDnsSettings |
PublicIpAddressDnsSettings.withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel property: The domain name label.
|
PublicIpAddressDnsSettings |
PublicIpAddressDnsSettings.withFqdn(String fqdn)
Set the fqdn property: The Fully Qualified Domain Name of the A DNS record associated with the public IP.
|
PublicIpAddressDnsSettings |
PublicIpAddressDnsSettings.withReverseFqdn(String reverseFqdn)
Set the reverseFqdn property: The reverse FQDN.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.