IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
- com.
Implements
public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
implements JsonSerializable<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>
The details of Azure-SSIS integration runtime outbound network dependency endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| Integer |
port()
Get the port property: The port of endpoint. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withPort(Integer port)
Set the port property: The port of endpoint. |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()
Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.
Method Details
fromJson
public static IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails from the JsonReader.
Parameters:
Returns:
Throws:
port
public Integer port()
Get the port property: The port of endpoint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPort
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails withPort(Integer port)
Set the port property: The port of endpoint.
Parameters:
Returns: