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