GovernanceRule.UpdateStages.WithExcludedScopes Interface

public static interface GovernanceRule.UpdateStages.WithExcludedScopes

The stage of the GovernanceRule update allowing to specify excludedScopes.

Method Summary

Modifier and Type Method and Description
abstract Update 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.Update withExcludedScopes(List<String> 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