GovernanceRule.DefinitionStages.WithExcludedScopes Interface

public static interface GovernanceRule.DefinitionStages.WithExcludedScopes

The stage of the GovernanceRule definition allowing to specify excludedScopes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExcludedScopes(List<String> excludedScopes)

Specifies the excludedScopes property: Excluded scopes, filter out the descendants of the scope (on management scopes).

Method Details

withExcludedScopes

public abstract GovernanceRule.DefinitionStages.WithCreate withExcludedScopes(List excludedScopes)

Specifies the excludedScopes property: Excluded scopes, filter out the descendants of the scope (on management scopes).

Parameters:

excludedScopes - Excluded scopes, filter out the descendants of the scope (on management scopes).

Returns:

the next definition stage.

Applies to