public static interface DnsRecordSet.UpdateStages.WithARecordIPv4Address
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateARecordSet |
withIPv4Address(String ipv4Address)
Creates an A record with the provided IPv4 address in the record set.
|
DnsRecordSet.UpdateARecordSet |
withoutIPv4Address(String ipv4Address)
Removes the A record with the provided IPv4 address from the record set.
|
DnsRecordSet.UpdateARecordSet withIPv4Address(String ipv4Address)
ipv4Address - an IPv4 addressDnsRecordSet.UpdateARecordSet withoutIPv4Address(String ipv4Address)
ipv4Address - an IPv4 addressCopyright © 2021 Microsoft Corporation. All rights reserved.