IntegrationRuntimeReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. 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> |
getParameters()
Get the parameters property: Arguments for integration runtime. |
| String |
getReferenceName()
Get the reference |
|
Integration |
getType()
Get the type property: Type of integration runtime. |
|
Integration |
setParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for integration runtime. |
|
Integration |
setReferenceName(String referenceName)
Set the reference |
|
Integration |
setType(IntegrationRuntimeReferenceType type)
Set the type property: Type of integration runtime. |
|
Json |
toJson(JsonWriter jsonWriter) |
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:
getParameters
public Map<String,Object> getParameters()
Get the parameters property: Arguments for integration runtime.
Returns:
getReferenceName
public String getReferenceName()
Get the referenceName property: Reference integration runtime name.
Returns:
getType
public IntegrationRuntimeReferenceType getType()
Get the type property: Type of integration runtime.
Returns:
setParameters
public IntegrationRuntimeReference setParameters(Map<String,Object> parameters)
Set the parameters property: Arguments for integration runtime.
Parameters:
Returns:
setReferenceName
public IntegrationRuntimeReference setReferenceName(String referenceName)
Set the referenceName property: Reference integration runtime name.
Parameters:
Returns:
setType
public IntegrationRuntimeReference setType(IntegrationRuntimeReferenceType type)
Set the type property: Type of integration runtime.
Parameters:
Returns: