IntegrationRuntimeDataProxyProperties Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeDataProxyProperties
- com.
Implements
public final class IntegrationRuntimeDataProxyProperties
implements JsonSerializable<IntegrationRuntimeDataProxyProperties>
Data proxy properties for a managed dedicated integration runtime.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeDataProxyProperties() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Entity |
connectVia()
Get the connect |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
path()
Get the path property: The path to contain the staged data in the Blob storage. |
|
Entity |
stagingLinkedService()
Get the staging |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withConnectVia(EntityReference connectVia)
Set the connect |
|
Integration |
withPath(String path)
Set the path property: The path to contain the staged data in the Blob storage. |
|
Integration |
withStagingLinkedService(EntityReference stagingLinkedService)
Set the staging |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeDataProxyProperties
public IntegrationRuntimeDataProxyProperties()
Creates an instance of IntegrationRuntimeDataProxyProperties class.
Method Details
connectVia
public EntityReference connectVia()
Get the connectVia property: The self-hosted integration runtime reference.
Returns:
fromJson
public static IntegrationRuntimeDataProxyProperties fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeDataProxyProperties from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path to contain the staged data in the Blob storage.
Returns:
stagingLinkedService
public EntityReference stagingLinkedService()
Get the stagingLinkedService property: The staging linked service reference.
Returns:
toJson
validate
public void validate()
Validates the instance.
withConnectVia
public IntegrationRuntimeDataProxyProperties withConnectVia(EntityReference connectVia)
Set the connectVia property: The self-hosted integration runtime reference.
Parameters:
Returns:
withPath
public IntegrationRuntimeDataProxyProperties withPath(String path)
Set the path property: The path to contain the staged data in the Blob storage.
Parameters:
Returns:
withStagingLinkedService
public IntegrationRuntimeDataProxyProperties withStagingLinkedService(EntityReference stagingLinkedService)
Set the stagingLinkedService property: The staging linked service reference.
Parameters:
Returns: