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
ConstructorDescriptionCreates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class. -
Method Summary
-
Constructor Details
-
IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class.
-
-
Method Details
-
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.
-