Language

PolicyVariableValueProperties Class

Definition

The variable value properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValuePropertiesTypeConverter))]
public class PolicyVariableValueProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariableValuePropertiesTypeConverter))>]
type PolicyVariableValueProperties = class
    interface IPolicyVariableValueProperties
    interface IJsonSerializable
Public Class PolicyVariableValueProperties
Implements IPolicyVariableValueProperties
Inheritance
PolicyVariableValueProperties
Attributes
Implements

Constructors

Name Description
PolicyVariableValueProperties()

Creates an new PolicyVariableValueProperties instance.

Properties

Name Description
Value

Variable value column value array.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PolicyVariableValueProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PolicyVariableValueProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableValueProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PolicyVariableValueProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to