Interface DnsRecordSet.UpdateStages
-
- Enclosing interface:
- DnsRecordSet
public static interface DnsRecordSet.UpdateStagesGrouping of DNS zone record set update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDnsRecordSet.UpdateStages.WithAaaaRecordIPv6AddressThe stage of the AAAA record set update allowing to add or remove AAAA record.static interfaceDnsRecordSet.UpdateStages.WithARecordIPv4AddressThe stage of the A record set update allowing to add or remove A record.static interfaceDnsRecordSet.UpdateStages.WithCaaRecordEntryThe stage of the Caa record definition allowing to add or remove service record.static interfaceDnsRecordSet.UpdateStages.WithCNameRecordAliasThe stage of the CNAME record set update allowing to update the CNAME record.static interfaceDnsRecordSet.UpdateStages.WithETagCheckThe stage of the record set update allowing to enable ETag validation.static interfaceDnsRecordSet.UpdateStages.WithMetadataAn update allowing metadata to be modified for the resource.static interfaceDnsRecordSet.UpdateStages.WithMXRecordMailExchangeThe stage of the MX record set definition allowing to add or remove MX record.static interfaceDnsRecordSet.UpdateStages.WithNSRecordNameServerThe stage of the NS record set definition allowing to add or remove a NS record.static interfaceDnsRecordSet.UpdateStages.WithPtrRecordTargetDomainNameThe stage of the CName record set definition allowing to add or remove CName record.static interfaceDnsRecordSet.UpdateStages.WithSoaRecordAttributesThe stage of the SOA record definition allowing to update its attributes.static interfaceDnsRecordSet.UpdateStages.WithSrvRecordEntryThe stage of the SRV record definition allowing to add or remove service record.static interfaceDnsRecordSet.UpdateStages.WithTtlThe stage of the record set update allowing to specify TTL for the records in this record set.static interfaceDnsRecordSet.UpdateStages.WithTxtRecordTextValueThe stage of the Txt record definition allowing to add or remove TXT record.
-