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