RuleResults.DefinitionStages.WithScope Interface

public static interface RuleResults.DefinitionStages.WithScope

The stage of the RuleResults definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingResourceId(String resourceId)

Specifies resourceId.

Method Details

withExistingResourceId

public abstract RuleResults.DefinitionStages.WithCreate withExistingResourceId(String resourceId)

Specifies resourceId.

Parameters:

resourceId - The identifier of the resource.

Returns:

the next definition stage.

Applies to