PolicyDefinition Interface

public interface PolicyDefinition extends HasName,HasId,Indexable,Refreshable,Updatable<PolicyDefinition.Update>,HasInner

An immutable client-side representation of an Azure policy.

Method Summary

Modifier and Type Method and Description
String description()
String displayName()
Object policyRule()
PolicyType policyType()

Inherited Members

Method Details

description

public String description()

Returns:

the policy definition description

displayName

public String displayName()

Returns:

the policy definition display name

policyRule

public Object policyRule()

Returns:

the policy rule

policyType

public PolicyType policyType()

Returns:

the type of the policy definition

Applies to