Bagikan melalui


PolicySetDefinitionVersion Class

Definition

The policy set definition version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionVersionTypeConverter))]
public class PolicySetDefinitionVersion : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicySetDefinitionVersionTypeConverter))>]
type PolicySetDefinitionVersion = class
    interface IPolicySetDefinitionVersion
    interface IJsonSerializable
Public Class PolicySetDefinitionVersion
Implements IPolicySetDefinitionVersion
Inheritance
PolicySetDefinitionVersion
Attributes
Implements

Constructors

PolicySetDefinitionVersion()

Creates an new PolicySetDefinitionVersion instance.

Properties

Description

The policy set definition description.

DisplayName

The display name of the policy set definition.

Id

The ID of the policy set definition version.

Metadata

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

Name

The name of the policy set definition version.

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 definition. Possible values are NotSpecified, BuiltIn, Custom, and Static.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

The type of the resource (Microsoft.Authorization/policySetDefinitions/versions).

Version

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicySetDefinitionVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicySetDefinitionVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicySetDefinitionVersion.

FromJsonString(String)

Creates a new instance of PolicySetDefinitionVersion, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicySetDefinitionVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to