Interface IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
-
public interface IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
An immutable client-side representation of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object.List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>
value()
Gets the value property: The list of outbound network dependency endpoints.
-
-
-
Method Detail
-
value
List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value()
Gets the value property: The list of outbound network dependency endpoints.- Returns:
- the value value.
-
innerModel
IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object.- Returns:
- the inner object.
-
-