IWithETagCheck.WithETagCheck Method

Definition

Overloads

WithETagCheck()

Specifies that If-Match header needs to set to the current eTag value associated with the record set.

WithETagCheck(String)

Specifies that if-Match header needs to set to the given eTag value.

WithETagCheck()

Specifies that If-Match header needs to set to the current eTag value associated with the record set.

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate WithETagCheck ();
abstract member WithETagCheck : unit -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate
Public Function WithETagCheck () As IUpdate

Returns

Applies to

WithETagCheck(String)

Specifies that if-Match header needs to set to the given eTag value.

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate WithETagCheck (string eTagValue);
abstract member WithETagCheck : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate
Public Function WithETagCheck (eTagValue As String) As IUpdate

Parameters

eTagValue
String

The eTag value.

Returns

Applies to