Share via


ArmDataFactoryModelFactory.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Method

Definition

public static Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails (int? port = default);
static member IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails : Nullable<int> -> Azure.ResourceManager.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
Public Shared Function IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails (Optional port As Nullable(Of Integer) = Nothing) As IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

Parameters

port
Nullable<Int32>

The port of endpoint.

Returns

A new IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails instance for mocking.

Applies to