PolicySetDefinitionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The policy set definition properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionPropertiesTypeConverter))]
public class PolicySetDefinitionProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionPropertiesTypeConverter))>]
type PolicySetDefinitionProperties = class
interface IPolicySetDefinitionProperties
interface IJsonSerializable
Public Class PolicySetDefinitionProperties
Implements IPolicySetDefinitionProperties
- Inheritance
-
PolicySetDefinitionProperties
- Attributes
- Implements
Constructors
PolicySetDefinitionProperties() |
Creates an new PolicySetDefinitionProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicySetDefinitionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicySetDefinitionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionProperties. |
FromJsonString(String) |
Creates a new instance of PolicySetDefinitionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicySetDefinitionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |