ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> |
withIPv4Address(String ipv4Address)
Creates an A record with the provided IPv4 address in this record set.
|
DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> withIPv4Address(String ipv4Address)
ipv4Address - the IPv4 address/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/