Class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
-
public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails extends Object
The details of Azure-SSIS integration runtime outbound network dependency endpoint.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
port()
Get the port property: The port of endpoint.void
validate()
Validates the instance.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
withPort(Integer port)
Set the port property: The port of endpoint.
-
-
-
Method Detail
-
port
public Integer port()
Get the port property: The port of endpoint.- Returns:
- the port value.
-
withPort
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails withPort(Integer port)
Set the port property: The port of endpoint.- Parameters:
port
- the port value to set.- Returns:
- the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-