DataFlowResourceInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. datafactory. fluent. models. DataFlowResourceInner
- com.
- com.
public final class DataFlowResourceInner
extends SubResource
Data flow resource type.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowResourceInner() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: Etag identifies change in the resource. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
name()
Get the name property: The resource name. |
|
Data |
properties()
Get the properties property: Data flow properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The resource type. |
| void |
validate()
Validates the instance. |
|
Data |
withId(String id) |
|
Data |
withProperties(DataFlow properties)
Set the properties property: Data flow properties. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
DataFlowResourceInner
public DataFlowResourceInner()
Creates an instance of DataFlowResourceInner class.
Method Details
etag
public String etag()
Get the etag property: Etag identifies change in the resource.
Returns:
fromJson
public static DataFlowResourceInner fromJson(JsonReader jsonReader)
Reads an instance of DataFlowResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The resource name.
Returns:
properties
public DataFlow properties()
Get the properties property: Data flow properties.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataFlowResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The resource type.
Returns:
validate
public void validate()
Validates the instance.
withId
public DataFlowResourceInner withId(String id)
Overrides:
DataFlowResourceInner.withId(String id)Parameters:
withProperties
public DataFlowResourceInner withProperties(DataFlow properties)
Set the properties property: Data flow properties.
Parameters:
Returns: