Uses of Class
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
-
Packages that use IntegrationRuntimeOutboundNetworkDependenciesEndpoint Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of IntegrationRuntimeOutboundNetworkDependenciesEndpoint in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return IntegrationRuntimeOutboundNetworkDependenciesEndpoint Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesEndpoint
IntegrationRuntimeOutboundNetworkDependenciesEndpoint. withDomainName(String domainName)
Set the domainName property: The domain name of endpoint.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
IntegrationRuntimeOutboundNetworkDependenciesEndpoint. withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails)
Set the endpointDetails property: The details of endpoint.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type IntegrationRuntimeOutboundNetworkDependenciesEndpoint Modifier and Type Method Description List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>
IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint. endpoints()
Get the endpoints property: The endpoints for outbound network dependency.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type IntegrationRuntimeOutboundNetworkDependenciesEndpoint Modifier and Type Method Description IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint. withEndpoints(List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints)
Set the endpoints property: The endpoints for outbound network dependency.
-