GovernanceRule.DefinitionStages.WithOwnerSource Interface

public static interface GovernanceRule.DefinitionStages.WithOwnerSource

The stage of the GovernanceRule definition allowing to specify ownerSource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withOwnerSource(GovernanceRuleOwnerSource ownerSource)

Specifies the ownerSource property: The owner source for the governance rule - e.g.

Method Details

withOwnerSource

public abstract GovernanceRule.DefinitionStages.WithCreate withOwnerSource(GovernanceRuleOwnerSource ownerSource)

Specifies the ownerSource property: The owner source for the governance rule - e.g. Manually by user@contoso.com - see example.

Parameters:

ownerSource - The owner source for the governance rule - e.g. Manually by user@contoso.com - see example.

Returns:

the next definition stage.

Applies to