Bagikan melalui


ArmSynapseModelFactory.SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Method

Definition

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

Parameters

category
String

The category of outbound network dependency.

endpoints
IEnumerable<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>

The endpoints for outbound network dependency.

Returns

A new SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint instance for mocking.

Applies to