PrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT> Interface

Type Parameters

ParentT

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

public static interface PrivateDnsRecordSet.UpdateDefinitionStages.WithETagCheck

The stage of the record set definition allowing to enable ETag validation.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withETagCheck()

Specifies the If-None-Match header with * to prevent updating an existing record set.

Method Details

withETagCheck

public abstract PrivateDnsRecordSet.UpdateDefinitionStages.WithAttach withETagCheck()

Specifies the If-None-Match header with * to prevent updating an existing record set.

Returns:

the next stage of the definition

Applies to