IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner

public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner

Azure-SSIS integration runtime outbound network dependency endpoints.

Constructor Summary

Constructor Description
IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class.

Method Summary

Modifier and Type Method and 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.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of outbound network dependency endpoints.

Returns:

the value value.

withValue

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner withValue(List value)

Set the value property: The list of outbound network dependency endpoints.

Parameters:

value - the value value to set.

Returns:

the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object itself.

Applies to