Interface PrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PrivateDnsRecordSet.UpdateDefinition<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithCNameRecordSetAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>,PrivateDnsRecordSet.UpdateDefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>
- Enclosing interface:
- PrivateDnsRecordSet.UpdateDefinitionStages
public static interface PrivateDnsRecordSet.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 PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT>withETagCheck()Specifies the If-None-Match header with * to prevent updating an existing record set.
-
-
-
Method Detail
-
withETagCheck
PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach<ParentT> withETagCheck()
Specifies the If-None-Match header with * to prevent updating an existing record set.- Returns:
- the next stage of the definition
-
-