PolicySetDefinitionInner Class

Definition

The policy set definition.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PolicySetDefinitionInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PolicySetDefinitionInner = class
    inherit Resource
Public Class PolicySetDefinitionInner
Inherits Resource
Inheritance
PolicySetDefinitionInner
Attributes

Constructors

PolicySetDefinitionInner()

Initializes a new instance of the PolicySetDefinitionInner class.

PolicySetDefinitionInner(IList<PolicyDefinitionReference>, String, String, String, PolicyType, String, String, Object, Object)

Initializes a new instance of the PolicySetDefinitionInner class.

Properties

Description

Gets or sets the policy set definition description.

DisplayName

Gets or sets the display name of the policy set definition.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Metadata

Gets or sets the policy set definition metadata.

Name

Resource name

(Inherited from ProxyResource)
Parameters

Gets or sets the policy set definition parameters that can be used in policy definition references.

PolicyDefinitions

Gets or sets an array of policy definition references.

PolicyType

Gets or sets the type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom. Possible values include: 'NotSpecified', 'BuiltIn', 'Custom'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to