Interface PolicyAssignment.DefinitionStages.WithExcludedScopes
-
- All Known Subinterfaces:
PolicyAssignment.Definition,PolicyAssignment.DefinitionStages.WithCreate
- Enclosing interface:
- PolicyAssignment.DefinitionStages
public static interface PolicyAssignment.DefinitionStages.WithExcludedScopesA policy assignment allowing the excluded scopes to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithCreatewithExcludedScope(String scope)Specifies the excluded scope of the policy assignment.
-
-
-
Method Detail
-
withExcludedScope
PolicyAssignment.DefinitionStages.WithCreate withExcludedScope(String scope)
Specifies the excluded scope of the policy assignment.- Parameters:
scope- the scope to be excluded from the policy assignment- Returns:
- the next stage of policy assignment
-
-