DataFlowDebugResource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SubResourceDebugResource - com.
azure. resourcemanager. datafactory. models. DataFlowDebugResource
- com.
- com.
public final class DataFlowDebugResource
extends SubResourceDebugResource
Data flow debug resource.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugResource() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Data |
properties()
Get the properties property: Data flow properties. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withName(String name)
Set the name property: The resource name. |
|
Data |
withProperties(DataFlow properties)
Set the properties property: Data flow properties. |
Methods inherited from SubResourceDebugResource
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugResource
public DataFlowDebugResource()
Creates an instance of DataFlowDebugResource class.
Method Details
fromJson
public static DataFlowDebugResource fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugResource from the JsonReader.
Parameters:
Returns:
Throws:
properties
public DataFlow properties()
Get the properties property: Data flow properties.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataFlowDebugResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
DataFlowDebugResource.validate()withName
public DataFlowDebugResource withName(String name)
Set the name property: The resource name.
Overrides:
DataFlowDebugResource.withName(String name)Parameters:
withProperties
public DataFlowDebugResource withProperties(DataFlow properties)
Set the properties property: Data flow properties.
Parameters:
Returns: