SignalRResource.UpdateStages.WithResourceStopped Interface

public static interface SignalRResource.UpdateStages.WithResourceStopped

The stage of the SignalRResource 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 SignalRResource.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