Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
-
Packages that use IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails. withPort(Integer port)
Set the port property: The port of endpoint.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Modifier and Type Method Description List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>
IntegrationRuntimeOutboundNetworkDependenciesEndpoint. endpointDetails()
Get the endpointDetails property: The details of endpoint.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesEndpoint
IntegrationRuntimeOutboundNetworkDependenciesEndpoint. withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails)
Set the endpointDetails property: The details of endpoint.
-