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