PolicyVariableProperties 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 variable properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariablePropertiesTypeConverter))]
public class PolicyVariableProperties : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyVariablePropertiesTypeConverter))>]
type PolicyVariableProperties = class
interface IPolicyVariableProperties
interface IJsonSerializable
Public Class PolicyVariableProperties
Implements IPolicyVariableProperties
- Inheritance
-
PolicyVariableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyVariableProperties() |
Creates an new PolicyVariableProperties instance. |
Properties
| Name | Description |
|---|---|
| Column |
Variable column definitions. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyVariableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyVariableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyVariableProperties. |
| FromJsonString(String) |
Creates a new instance of PolicyVariableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyVariableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |