Package version:

Interface IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

Azure-SSIS integration runtime outbound network dependency endpoints for one category.

interface IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint {
    category?: string;
    endpoints?: IntegrationRuntimeOutboundNetworkDependenciesEndpoint[];
}

Properties

category?: string

The category of outbound network dependency.

The endpoints for outbound network dependency.