Application.UpdateStages.WithEtag Interface

public static interface Application.UpdateStages.WithEtag

The stage of the application update allowing to specify Etag.

Method Summary

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

Specifies etag.

Method Details

withEtag

public abstract Application.Update withEtag(String etag)

Specifies etag.

Parameters:

etag - The ETag for the application

Returns:

the next update stage

Applies to