IPolicySetDefinitionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionPropertiesTypeConverter))]
public interface IPolicySetDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionPropertiesTypeConverter))>]
type IPolicySetDefinitionProperties = interface
    interface IJsonSerializable
Public Interface IPolicySetDefinitionProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Description

The policy set definition description.

DisplayName

The display name of the policy set definition.

Metadata

The policy set definition metadata. Metadata is an open ended object and is typically a collection of key value pairs.

Parameter

The policy set definition parameters that can be used in policy definition references.

PolicyDefinition

An array of policy definition references.

PolicyDefinitionGroup

The metadata describing groups of policy definition references within the policy set definition.

PolicyType

The type of policy set definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.

Version

The policy set definition version in #.#.# format.

Versions

A list of available versions for this policy set definition.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to