다음을 통해 공유


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 WithCreate 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