Replica.DefinitionStages.WithResourceStopped Interface

public static interface Replica.DefinitionStages.WithResourceStopped

The stage of the Replica definition allowing to specify resourceStopped.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withResourceStopped(String resourceStopped)

Specifies the resourceStopped property: Stop or start the resource.

Method Details

withResourceStopped

public abstract Replica.DefinitionStages.WithCreate withResourceStopped(String resourceStopped)

Specifies the resourceStopped property: Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started..

Parameters:

resourceStopped - Stop or start the resource. Default to "false". When it's true, the data plane of the resource is shutdown. When it's false, the data plane of the resource is started.

Returns:

the next definition stage.

Applies to