SavedSearch.UpdateStages.WithEtag Interface

public static interface SavedSearch.UpdateStages.WithEtag

The stage of the SavedSearch update allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract Update withEtag(String etag)

Specifies the etag property: The ETag of the saved search.

Method Details

withEtag

public abstract SavedSearch.Update withEtag(String etag)

Specifies the etag property: The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag.

Parameters:

etag - The ETag of the saved search. To override an existing saved search, use "*" or specify the current Etag.

Returns:

the next definition stage.

Applies to

Azure SDK for Java

Preview