Freigeben über


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

Name Description
TransformationNode()

Creates an new TransformationNode instance.

Properties

Name Description
Kind

Methods

Name Description
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