PolicyAssignment Interface

public interface PolicyAssignment extends HasName,HasId,Indexable,Refreshable,HasInner

An immutable client-side representation of an Azure policy assignment.

Method Summary

Modifier and Type Method and Description
String displayName()
String policyDefinitionId()
String scope()
String type()

Inherited Members

Method Details

displayName

public String displayName()

Returns:

the policy assignment display name

policyDefinitionId

public String policyDefinitionId()

Returns:

the policy definition Id

scope

public String scope()

Returns:

the scope at which the policy assignment exists

type

public String type()

Returns:

the type of the policy assignment

Applies to