PolicyProperties 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.
Protection profile custom data details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.PolicyPropertiesTypeConverter))]
public class PolicyProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IPolicyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.PolicyPropertiesTypeConverter))>]
type PolicyProperties = class
interface IPolicyProperties
interface IJsonSerializable
Public Class PolicyProperties
Implements IPolicyProperties
- Inheritance
-
PolicyProperties
- Attributes
- Implements
Constructors
PolicyProperties() |
Creates an new PolicyProperties instance. |
Properties
FriendlyName |
The FriendlyName. |
ProviderSpecificDetailInstanceType |
Gets the class type. Overridden in derived classes. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IPolicyProperties. |
FromJsonString(String) |
Creates a new instance of PolicyProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |