GovernanceRule.UpdateStages.WithIncludeMemberScopes Interface

public static interface GovernanceRule.UpdateStages.WithIncludeMemberScopes

The stage of the GovernanceRule update allowing to specify includeMemberScopes.

Method Summary

Modifier and Type Method and Description
abstract Update withIncludeMemberScopes(Boolean includeMemberScopes)

Specifies the includeMemberScopes property: Defines whether the rule is management scope rule (master connector as a single scope or management scope).

Method Details

withIncludeMemberScopes

public abstract GovernanceRule.Update withIncludeMemberScopes(Boolean includeMemberScopes)

Specifies the includeMemberScopes property: Defines whether the rule is management scope rule (master connector as a single scope or management scope).

Parameters:

includeMemberScopes - Defines whether the rule is management scope rule (master connector as a single scope or management scope).

Returns:

the next definition stage.

Applies to