DataflowGraphDestinationNode Class
- java.
lang. Object - com.
azure. resourcemanager. iotoperations. models. DataflowGraphNode - com.
azure. resourcemanager. iotoperations. models. DataflowGraphDestinationNode
- com.
- com.
public final class DataflowGraphDestinationNode
extends DataflowGraphNode
DataflowGraph destination node properties.
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowGraphDestinationNode() |
Creates an instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dataflow |
destinationSettings()
Get the destination |
|
static
Dataflow |
fromJson(JsonReader jsonReader)
Reads an instance of Dataflow |
|
Dataflow |
nodeType()
Get the node |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Dataflow |
withDestinationSettings(DataflowGraphDestinationNodeSettings destinationSettings)
Set the destination |
|
Dataflow |
withName(String name)
Set the name property: Name of the node. |
Methods inherited from DataflowGraphNode
Methods inherited from java.lang.Object
Constructor Details
DataflowGraphDestinationNode
public DataflowGraphDestinationNode()
Creates an instance of DataflowGraphDestinationNode class.
Method Details
destinationSettings
public DataflowGraphDestinationNodeSettings destinationSettings()
Get the destinationSettings property: Destination configuration.
Returns:
fromJson
public static DataflowGraphDestinationNode fromJson(JsonReader jsonReader)
Reads an instance of DataflowGraphDestinationNode from the JsonReader.
Parameters:
Returns:
Throws:
nodeType
public DataflowGraphNodeType nodeType()
Get the nodeType property: Type of the node.
Overrides:
DataflowGraphDestinationNode.nodeType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataflowGraphDestinationNode.toJson(JsonWriter jsonWriter)Parameters:
Throws:
withDestinationSettings
public DataflowGraphDestinationNode withDestinationSettings(DataflowGraphDestinationNodeSettings destinationSettings)
Set the destinationSettings property: Destination configuration.
Parameters:
Returns:
withName
public DataflowGraphDestinationNode withName(String name)
Set the name property: Name of the node.
Overrides:
DataflowGraphDestinationNode.withName(String name)Parameters: