次の方法で共有


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