WebPubSubResource.DefinitionStages.WithResourceStopped Interface

public static interface WebPubSubResource.DefinitionStages.WithResourceStopped

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