GovernanceRule.UpdateStages.WithSourceResourceType Interface

public static interface GovernanceRule.UpdateStages.WithSourceResourceType

The stage of the GovernanceRule update allowing to specify sourceResourceType.

Method Summary

Modifier and Type Method and Description
abstract Update withSourceResourceType(GovernanceRuleSourceResourceType sourceResourceType)

Specifies the sourceResourceType property: The governance rule source, what the rule affects, e.g.

Method Details

withSourceResourceType

public abstract GovernanceRule.Update withSourceResourceType(GovernanceRuleSourceResourceType sourceResourceType)

Specifies the sourceResourceType property: The governance rule source, what the rule affects, e.g. Assessments.

Parameters:

sourceResourceType - The governance rule source, what the rule affects, e.g. Assessments.

Returns:

the next definition stage.

Applies to