DeleteNode 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.
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
| Name | Description |
|---|---|
| DeleteNode() |
Creates an new DeleteNode instance. |
Properties
| Name | Description |
|---|---|
| IntegrationRuntimeName |
The name of integration runtime. |
| NodeName |
The name of node to delete. |
Methods
| Name | Description |
|---|---|
| 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. |