DnsRecordSet.UpdateDefinition<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

Implements

public static interface DnsRecordSet.UpdateDefinition
extends ARecordSetBlank<ParentT>, WithARecordIPv4Address<ParentT>, WithARecordIPv4AddressOrAttachable<ParentT>, AaaaRecordSetBlank<ParentT>, WithAaaaRecordIPv6Address<ParentT>, WithAaaaRecordIPv6AddressOrAttachable<ParentT>, CaaRecordSetBlank<ParentT>, WithCaaRecordEntry<ParentT>, WithCaaRecordEntryOrAttachable<ParentT>, CNameRecordSetBlank<ParentT>, WithCNameRecordAlias<ParentT>, WithCNameRecordSetAttachable<ParentT>, MXRecordSetBlank<ParentT>, WithMXRecordMailExchange<ParentT>, WithMXRecordMailExchangeOrAttachable<ParentT>, NSRecordSetBlank<ParentT>, WithNSRecordNameServer<ParentT>, WithNSRecordNameServerOrAttachable<ParentT>, PtrRecordSetBlank<ParentT>, WithPtrRecordTargetDomainName<ParentT>, WithPtrRecordTargetDomainNameOrAttachable<ParentT>, SrvRecordSetBlank<ParentT>, WithSrvRecordEntry<ParentT>, WithSrvRecordEntryOrAttachable<ParentT>, TxtRecordSetBlank<ParentT>, WithTxtRecordTextValue<ParentT>, WithTxtRecordTextValueOrAttachable<ParentT>, WithAttach<ParentT>

The entirety of a DNS zone record set definition as a part of parent update.

Applies to