DeleteNodeInner Class
- java.
lang. Object - com.
azure. resourcemanager. datamigration. fluent. models. DeleteNodeInner
- com.
Implements
public final class DeleteNodeInner
implements JsonSerializable<DeleteNodeInner>
Details of node to be deleted.
Constructor Summary
| Constructor | Description |
|---|---|
| DeleteNodeInner() |
Creates an instance of Delete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delete |
fromJson(JsonReader jsonReader)
Reads an instance of Delete |
| String |
integrationRuntimeName()
Get the integration |
| String |
nodeName()
Get the node |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Delete |
withIntegrationRuntimeName(String integrationRuntimeName)
Set the integration |
|
Delete |
withNodeName(String nodeName)
Set the node |
Methods inherited from java.lang.Object
Constructor Details
DeleteNodeInner
public DeleteNodeInner()
Creates an instance of DeleteNodeInner class.
Method Details
fromJson
public static DeleteNodeInner fromJson(JsonReader jsonReader)
Reads an instance of DeleteNodeInner from the JsonReader.
Parameters:
Returns:
Throws:
integrationRuntimeName
public String integrationRuntimeName()
Get the integrationRuntimeName property: The name of integration runtime.
Returns:
nodeName
public String nodeName()
Get the nodeName property: The name of node to delete.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIntegrationRuntimeName
public DeleteNodeInner withIntegrationRuntimeName(String integrationRuntimeName)
Set the integrationRuntimeName property: The name of integration runtime.
Parameters:
Returns:
withNodeName
public DeleteNodeInner withNodeName(String nodeName)
Set the nodeName property: The name of node to delete.
Parameters:
Returns: