PolicyMetadataSlimProperties 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 properties of the policy metadata, excluding properties containing large strings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyMetadataSlimPropertiesTypeConverter))]
public class PolicyMetadataSlimProperties : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyMetadataSlimProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.PolicyMetadataSlimPropertiesTypeConverter))>]
type PolicyMetadataSlimProperties = class
interface IPolicyMetadataSlimProperties
interface IJsonSerializable
Public Class PolicyMetadataSlimProperties
Implements IPolicyMetadataSlimProperties
- Inheritance
-
PolicyMetadataSlimProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyMetadataSlimProperties() |
Creates an new PolicyMetadataSlimProperties instance. |
Properties
| Name | Description |
|---|---|
| AdditionalContentUrl |
Url for getting additional content about the resource metadata. |
| Category |
The category of the policy metadata. |
| Metadata |
Additional metadata. |
| MetadataId |
The policy metadata identifier. |
| Owner |
The owner of the policy metadata. |
| Title |
The title of the policy metadata. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyMetadataSlimProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyMetadataSlimProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IPolicyMetadataSlimProperties. |
| FromJsonString(String) |
Creates a new instance of PolicyMetadataSlimProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyMetadataSlimProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |