IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse Interface

public interface IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse

An immutable client-side representation of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object.

abstract List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value()

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

Method Details

innerModel

public abstract IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object.

Returns:

the inner object.

value

public abstract List value()

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

Returns:

the value value.

Applies to