Share via


Pool.DefinitionStages.WithIfMatch Interface

public static interface Pool.DefinitionStages.WithIfMatch

The stage of the Pool definition allowing to specify ifMatch.

Method Summary

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

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

Method Details

withIfMatch

public abstract Pool.DefinitionStages.WithCreate withIfMatch(String ifMatch)

Specifies the ifMatch property: The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied..

Parameters:

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

Returns:

the next definition stage.

Applies to