ImmutabilityPolicy.UpdateStages.WithETagCheck Interface

public static interface ImmutabilityPolicy.UpdateStages.WithETagCheck

The stage of the immutabilitypolicy update allowing to specify If-Match header.

Method Summary

Modifier and Type Method and Description
abstract Update withETagCheck()

Specifies If-Match header.

abstract Update withETagCheck(String eTagValue)

Specifies If-Match header.

Method Details

withETagCheck

public abstract ImmutabilityPolicy.Update withETagCheck()

Specifies If-Match header.

Returns:

the next update stage

withETagCheck

public abstract ImmutabilityPolicy.Update withETagCheck(String eTagValue)

Specifies If-Match header.

Parameters:

eTagValue - The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied

Returns:

the next update stage

Applies to