PolicyInfo Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.PolicyInfoTypeConverter))]
public class PolicyInfo : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.IPolicyInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20210701.PolicyInfoTypeConverter))>]
type PolicyInfo = class
    interface IPolicyInfo
    interface IJsonSerializable
Public Class PolicyInfo
Implements IPolicyInfo
Inheritance
PolicyInfo
Attributes
Implements

Constructors

PolicyInfo()

Properties

PolicyId
PolicyParameter
PolicyVersion

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to