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
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java