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 address/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/