PolicyMetadataProperties Class

Definition

The properties of the policy metadata.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyMetadataPropertiesTypeConverter))]
public class PolicyMetadataProperties : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyMetadataProperties, Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyMetadataPropertiesTypeConverter))>]
type PolicyMetadataProperties = class
    interface IPolicyMetadataProperties
    interface IJsonSerializable
    interface IPolicyMetadataSlimProperties
    interface IValidates
Public Class PolicyMetadataProperties
Implements IPolicyMetadataProperties, IValidates
Inheritance
PolicyMetadataProperties
Attributes
Implements

Constructors

Name Description
PolicyMetadataProperties()

Creates an new PolicyMetadataProperties instance.

Properties

Name Description
AdditionalContentUrl

Url for getting additional content about the resource metadata.

Category

The category of the policy metadata.

Description

The description of the policy metadata.

Metadata

Additional metadata.

MetadataId

The policy metadata identifier.

Owner

The owner of the policy metadata.

Requirement

The requirements of the policy metadata.

Title

The title of the policy metadata.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicyMetadataProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyMetadataProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyMetadataProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyMetadataProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to