Class IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
-
public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner extends Object
Azure-SSIS integration runtime outbound network dependency endpoints.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
value()
Get the value property: The list of outbound network dependency endpoints.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
withValue(List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value)
Set the value property: The list of outbound network dependency endpoints.
-
-
-
Method Detail
-
value
public List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value()
Get the value property: The list of outbound network dependency endpoints.- Returns:
- the value value.
-
withValue
public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner withValue(List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value)
Set the value property: The list of outbound network dependency endpoints.- Parameters:
value
- the value value to set.- Returns:
- the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-