DnsRecordSet.UpdateDefinitionStages.WithETagCheck<ParentT> Interface

Type Parameters

ParentT

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

public static interface DnsRecordSet.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 that If-None-Match header needs to set to * to prevent updating an existing record set.

Method Details

withETagCheck

public abstract DnsRecordSet.UpdateDefinitionStages.WithAttach 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

Applies to