PolicyAssignment.DefinitionStages.WithExcludedScopes Interface
public static interface PolicyAssignment.DefinitionStages.WithExcludedScopes
A policy assignment allowing the excluded scopes to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExcludedScope(String scope)
Specifies the excluded scope of the policy assignment. |
Method Details
withExcludedScope
public abstract 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
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java