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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java