Interface PrivateDnsRecordSet.UpdateDefinitionStages
-
- Enclosing interface:
- PrivateDnsRecordSet
public static interface PrivateDnsRecordSet.UpdateDefinitionStagesGrouping of DNS zone record set definition stages as a part of parent DNS zone update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivateDnsRecordSet.UpdateDefinitionStages.AaaaRecordSetBlank<ParentT>The first stage of a AAAA record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.ARecordSetBlank<ParentT>The first stage of an A record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.CNameRecordSetBlank<ParentT>The first stage of a CNAME record set definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.MXRecordSetBlank<ParentT>The first stage of a MX record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.PtrRecordSetBlank<ParentT>The first stage of a PTR record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.SoaRecordSetBlank<ParentT>The first stage of a SOA record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.SrvRecordSetBlank<ParentT>The first stage of a SRV record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.TxtRecordSetBlank<ParentT>The first stage of a TXT record definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6Address<ParentT>The stage of the AAAA record set definition allowing to add first AAAA record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>The stage of the AAAA record set definition allowing to add additional AAAA records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>The stage of the A record set definition allowing to add first A record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>The stage of the A record set definition allowing to add additional A records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the DNS zone record set definition.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordAlias<ParentT>The stage of a CNAME record definition allowing to add alias.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>The stage of the CNAME record set definition allowing attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>The stage of the record set definition allowing to enable ETag validation.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithMetadata<ParentT>The stage of the record set definition allowing to specify metadata.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange<ParentT>The stage of the MX record set definition allowing to add first MX record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>The stage of the MX record set definition allowing to add additional MX records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainName<ParentT>The stage of the PTR record set definition allowing to add first CNAME record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>The stage of the PTR record set definition allowing to add additional PTR records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes<ParentT>The stage of the SOA record set definition allowing to add additional SOA records.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>The stage of the SOA record set definition allowing to add additional SOA records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntry<ParentT>The stage of the SRV record definition allowing to add first service record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>The stage of the SRV record set definition allowing to add additional SRV records or attach the record set to the parent.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithTtl<ParentT>The stage of the record set definition allowing to specify the Time To Live (TTL) for the records in this record set.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValue<ParentT>The stage of the TXT record definition allowing to add first TXT record.static interfacePrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>The stage of the TXT record set definition allowing to add additional TXT records or attach the record set to the parent.
-