Application.DefinitionStages.WithEtag Interface

public static interface Application.DefinitionStages.WithEtag

The stage of the application definition allowing to specify Etag.

Method Summary

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

Specifies etag.

Method Details

withEtag

public abstract Application.DefinitionStages.WithCreate withEtag(String etag)

Specifies etag.

Parameters:

etag - The ETag for the application

Returns:

the next definition stage

Applies to