DataflowGraphNodeGraphSettings Class
- java.
lang. Object - com.
azure. resourcemanager. iotoperations. models. DataflowGraphNodeGraphSettings
- com.
Implements
public final class DataflowGraphNodeGraphSettings
implements JsonSerializable<DataflowGraphNodeGraphSettings>
DataflowGraph graph node settings.
Constructor Summary
| Constructor | Description |
|---|---|
| DataflowGraphNodeGraphSettings() |
Creates an instance of Dataflow |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
artifact()
Get the artifact property: The artifact name and version to pull. |
|
List<Dataflow |
configuration()
Get the configuration property: Configuration key-value pairs. |
|
static
Dataflow |
fromJson(JsonReader jsonReader)
Reads an instance of Dataflow |
| String |
registryEndpointRef()
Get the registry |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Dataflow |
withArtifact(String artifact)
Set the artifact property: The artifact name and version to pull. |
|
Dataflow |
withConfiguration(List<DataflowGraphGraphNodeConfiguration> configuration)
Set the configuration property: Configuration key-value pairs. |
|
Dataflow |
withRegistryEndpointRef(String registryEndpointRef)
Set the registry |
Methods inherited from java.lang.Object
Constructor Details
DataflowGraphNodeGraphSettings
public DataflowGraphNodeGraphSettings()
Creates an instance of DataflowGraphNodeGraphSettings class.
Method Details
artifact
public String artifact()
Get the artifact property: The artifact name and version to pull. This should be in the format `<artifact-name>:<version>`.
Returns:
configuration
public List<DataflowGraphGraphNodeConfiguration> configuration()
Get the configuration property: Configuration key-value pairs.
Returns:
fromJson
public static DataflowGraphNodeGraphSettings fromJson(JsonReader jsonReader)
Reads an instance of DataflowGraphNodeGraphSettings from the JsonReader.
Parameters:
Returns:
Throws:
registryEndpointRef
public String registryEndpointRef()
Get the registryEndpointRef property: Reference to the registry endpoint for pulling the artifact.
Returns:
toJson
withArtifact
public DataflowGraphNodeGraphSettings withArtifact(String artifact)
Set the artifact property: The artifact name and version to pull. This should be in the format `<artifact-name>:<version>`.
Parameters:
Returns:
withConfiguration
public DataflowGraphNodeGraphSettings withConfiguration(List<DataflowGraphGraphNodeConfiguration> configuration)
Set the configuration property: Configuration key-value pairs.
Parameters:
Returns:
withRegistryEndpointRef
public DataflowGraphNodeGraphSettings withRegistryEndpointRef(String registryEndpointRef)
Set the registryEndpointRef property: Reference to the registry endpoint for pulling the artifact.
Parameters:
Returns: