次の方法で共有


ArmSynapseModelFactory.SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint メソッド

定義

SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint の新しいインスタンスを初期化します。

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

パラメーター

category
String

送信ネットワーク依存関係のカテゴリ。

endpoints
IEnumerable<SynapseIntegrationRuntimeOutboundNetworkDependenciesEndpoint>

送信ネットワーク依存関係のエンドポイント。

戻り値

モック作成用の新しい SynapseIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint インスタンス。

適用対象