你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeleteNode Class

Definition

Details of node to be deleted.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.DeleteNodeTypeConverter))]
public class DeleteNode : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDeleteNode
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.DeleteNodeTypeConverter))>]
type DeleteNode = class
    interface IDeleteNode
    interface IJsonSerializable
Public Class DeleteNode
Implements IDeleteNode
Inheritance
DeleteNode
Attributes
Implements

Constructors

DeleteNode()

Creates an new DeleteNode instance.

Properties

IntegrationRuntimeName

The name of integration runtime.

NodeName

The name of node to delete.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeleteNode.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeleteNode.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20220330Preview.IDeleteNode.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeleteNode into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to