Share via


DeleteNode Interface

public interface DeleteNode

An immutable client-side representation of DeleteNode.

Method Summary

Modifier and Type Method and Description
abstract DeleteNodeInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DeleteNodeInner object.

abstract String integrationRuntimeName()

Gets the integrationRuntimeName property: The name of integration runtime.

abstract String nodeName()

Gets the nodeName property: The name of node to delete.

Method Details

innerModel

public abstract DeleteNodeInner innerModel()

Gets the inner com.azure.resourcemanager.datamigration.fluent.models.DeleteNodeInner object.

Returns:

the inner object.

integrationRuntimeName

public abstract String integrationRuntimeName()

Gets the integrationRuntimeName property: The name of integration runtime.

Returns:

the integrationRuntimeName value.

nodeName

public abstract String nodeName()

Gets the nodeName property: The name of node to delete.

Returns:

the nodeName value.

Applies to