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