Replica.UpdateStages.WithResourceStopped Interface

public static interface Replica.UpdateStages.WithResourceStopped

The stage of the Replica update allowing to specify resourceStopped.

Method Summary

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

Specifies the resourceStopped property: Stop or start the resource.

Method Details

withResourceStopped

public abstract Replica.Update 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