Share via


Pool.UpdateStages.WithIfMatch Interface

public static interface Pool.UpdateStages.WithIfMatch

The stage of the Pool update allowing to specify ifMatch.

Method Summary

Modifier and Type Method and Description
abstract Update withIfMatch(String ifMatch)

Specifies the ifMatch property: The entity state (ETag) version of the pool to update.

Method Details

withIfMatch

public abstract Pool.Update withIfMatch(String ifMatch)

Specifies the ifMatch property: The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally..

Parameters:

ifMatch - The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally.

Returns:

the next definition stage.

Applies to