Interface DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
DnsRecordSet.UpdateDefinition<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,DnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- DnsRecordSet.UpdateDefinitionStages
public static interface DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>The stage of the record set definition allowing to enable ETag validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>withETagCheck()Specifies that If-None-Match header needs to set to * to prevent updating an existing record set.
-
-
-
Method Detail
-
withETagCheck
DnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> withETagCheck()
Specifies that If-None-Match header needs to set to * to prevent updating an existing record set.- Returns:
- the next stage of the definition
-
-