다음을 통해 공유


ArmDataFactoryModelFactory.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Method

Definition

public static Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint (string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints = default);
static member IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint : string * seq<Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> -> Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
Public Shared Function IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint (Optional category As String = Nothing, Optional endpoints As IEnumerable(Of IntegrationRuntimeOutboundNetworkDependenciesEndpoint) = Nothing) As IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

Parameters

category
String

The category of outbound network dependency.

endpoints
IEnumerable<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>

The endpoints for outbound network dependency.

Returns

A new IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint instance for mocking.

Applies to