DataMigrationService.UpdateStages.WithKind Interface

public static interface DataMigrationService.UpdateStages.WithKind

The stage of the DataMigrationService update allowing to specify kind.

Method Summary

Modifier and Type Method and Description
abstract Update withKind(String kind)

Specifies the kind property: The resource kind.

Method Details

withKind

public abstract DataMigrationService.Update withKind(String kind)

Specifies the kind property: The resource kind. Only 'vm' (the default) is supported..

Parameters:

kind - The resource kind. Only 'vm' (the default) is supported.

Returns:

the next definition stage.

Applies to