SqlPool.DefinitionStages.WithStatus Interface

public static interface SqlPool.DefinitionStages.WithStatus

The stage of the SqlPool definition allowing to specify status.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withStatus(String status)

Specifies the status property: Resource status.

Method Details

withStatus

public abstract SqlPool.DefinitionStages.WithCreate withStatus(String status)

Specifies the status property: Resource status.

Parameters:

status - Resource status.

Returns:

the next definition stage.

Applies to