GovernanceRule.DefinitionStages.WithIncludeMemberScopes Interface

public static interface GovernanceRule.DefinitionStages.WithIncludeMemberScopes

The stage of the GovernanceRule definition allowing to specify includeMemberScopes.

Method Summary

Modifier and Type Method and Description
abstract WithCreate 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.DefinitionStages.WithCreate 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