IntegrationRuntimeReference Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. IntegrationRuntimeReference
- com.
Implements
public final class IntegrationRuntimeReference
implements JsonSerializable<IntegrationRuntimeReference>
Integration runtime reference type.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeReference() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| Map<String,Object> |
parameters()
Get the parameters property: Arguments for integration runtime. |
| String |
referenceName()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Type of integration runtime. |
| void |
validate()
Validates the instance. |
|
Integration |
withParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for integration runtime. |
|
Integration |
withReferenceName(String referenceName)
Set the reference |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeReference
public IntegrationRuntimeReference()
Creates an instance of IntegrationRuntimeReference class.
Method Details
fromJson
public static IntegrationRuntimeReference fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeReference from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public Map<String,Object> parameters()
Get the parameters property: Arguments for integration runtime.
Returns:
referenceName
public String referenceName()
Get the referenceName property: Reference integration runtime name.
Returns:
toJson
type
public String type()
Get the type property: Type of integration runtime.
Returns:
validate
public void validate()
Validates the instance.
withParameters
public IntegrationRuntimeReference withParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for integration runtime.
Parameters:
Returns:
withReferenceName
public IntegrationRuntimeReference withReferenceName(String referenceName)
Set the referenceName property: Reference integration runtime name.
Parameters:
Returns: