Share via


MoveResource.DefinitionStages.WithProperties Interface

public static interface MoveResource.DefinitionStages.WithProperties

The stage of the MoveResource definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(MoveResourceProperties properties)

Specifies the properties property: Defines the move resource properties..

Method Details

withProperties

public abstract MoveResource.DefinitionStages.WithCreate withProperties(MoveResourceProperties properties)

Specifies the properties property: Defines the move resource properties..

Parameters:

properties - Defines the move resource properties.

Returns:

the next definition stage.

Applies to