Share via


DataMigrationService.Update Interface

Implements

public static interface DataMigrationService.Update
extends WithTags, WithEtag, WithKind, WithSku, WithPublicKey, WithVirtualSubnetId, WithVirtualNicId, WithAutoStopDelay, WithDeleteResourcesOnStop

The template for DataMigrationService update.

Method Summary

Modifier and Type Method and Description
abstract DataMigrationService apply()

Executes the update request.

abstract DataMigrationService apply(Context context)

Executes the update request.

Method Details

apply

public abstract DataMigrationService apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract DataMigrationService apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to