|
14 | 14 | import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeAuthKeysInner; |
15 | 15 | import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeConnectionInfoInner; |
16 | 16 | import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeMonitoringDataInner; |
| 17 | +import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner; |
17 | 18 | import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeResourceInner; |
18 | 19 | import com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner; |
19 | 20 | import com.azure.resourcemanager.datafactory.models.CreateLinkedIntegrationRuntimeRequest; |
@@ -230,6 +231,38 @@ IntegrationRuntimeStatusResponseInner getStatus( |
230 | 231 | Response<IntegrationRuntimeStatusResponseInner> getStatusWithResponse( |
231 | 232 | String resourceGroupName, String factoryName, String integrationRuntimeName, Context context); |
232 | 233 |
|
| 234 | + /** |
| 235 | + * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime. |
| 236 | + * |
| 237 | + * @param resourceGroupName The resource group name. |
| 238 | + * @param factoryName The factory name. |
| 239 | + * @param integrationRuntimeName The integration runtime name. |
| 240 | + * @throws IllegalArgumentException thrown if parameters fail the validation. |
| 241 | + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. |
| 242 | + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. |
| 243 | + * @return the list of outbound network dependencies for a given Azure-SSIS integration runtime. |
| 244 | + */ |
| 245 | + @ServiceMethod(returns = ReturnType.SINGLE) |
| 246 | + IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner listOutboundNetworkDependenciesEndpoints( |
| 247 | + String resourceGroupName, String factoryName, String integrationRuntimeName); |
| 248 | + |
| 249 | + /** |
| 250 | + * Gets the list of outbound network dependencies for a given Azure-SSIS integration runtime. |
| 251 | + * |
| 252 | + * @param resourceGroupName The resource group name. |
| 253 | + * @param factoryName The factory name. |
| 254 | + * @param integrationRuntimeName The integration runtime name. |
| 255 | + * @param context The context to associate with this operation. |
| 256 | + * @throws IllegalArgumentException thrown if parameters fail the validation. |
| 257 | + * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. |
| 258 | + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. |
| 259 | + * @return the list of outbound network dependencies for a given Azure-SSIS integration runtime. |
| 260 | + */ |
| 261 | + @ServiceMethod(returns = ReturnType.SINGLE) |
| 262 | + Response<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner> |
| 263 | + listOutboundNetworkDependenciesEndpointsWithResponse( |
| 264 | + String resourceGroupName, String factoryName, String integrationRuntimeName, Context context); |
| 265 | + |
233 | 266 | /** |
234 | 267 | * Gets the on-premises integration runtime connection information for encrypting the on-premises data source |
235 | 268 | * credentials. |
|
0 commit comments