IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails() |
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class. |
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>) |
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class. |
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails ();
Public Sub New ()
Applies to
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails(Nullable<Int32>)
Initializes a new instance of the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails (int? port = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails : Nullable<int> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
Public Sub New (Optional port As Nullable(Of Integer) = Nothing)
Parameters
Applies to
Azure SDK for .NET