IWithETagCheck.WithETagCheck Method

Definition

Overloads

WithETagCheck()

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

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 DNS Zone.

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithETagCheck ();

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

WithETagCheck(String)

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

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithETagCheck (string eTagValue);

Parameters

eTagValue
String

The eTag value.

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy