Share via


TransformationNode Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.TransformationNodeTypeConverter))]
public class TransformationNode : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ITransformationNode
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.TransformationNodeTypeConverter))>]
type TransformationNode = class
    interface ITransformationNode
    interface IJsonSerializable
Public Class TransformationNode
Implements ITransformationNode
Inheritance
TransformationNode
Attributes
Implements

Constructors

TransformationNode()

Creates an new TransformationNode instance.

Properties

Kind

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TransformationNode.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TransformationNode.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.ITransformationNode.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TransformationNode into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to