Server.DefinitionStages.WithProperties Interface

public static interface Server.DefinitionStages.WithProperties

The stage of the Server definition allowing to specify properties.

Method Summary

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

Specifies the properties property: Properties of the server..

Method Details

withProperties

public abstract Server.DefinitionStages.WithCreate withProperties(ServerPropertiesForCreate properties)

Specifies the properties property: Properties of the server..

Parameters:

properties - Properties of the server.

Returns:

the next definition stage.

Applies to