Asset.Update Interface

Implements

public static interface Asset.Update
extends WithAlternateId, WithDescription, WithContainer, WithStorageAccountName

The template for Asset update.

Method Summary

Modifier and Type Method and Description
abstract Asset apply()

Executes the update request.

abstract Asset apply(Context context)

Executes the update request.

Method Details

apply

public abstract Asset apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Asset apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to