Class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
The details of Azure-SSIS integration runtime outbound network dependency endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class. -
Method Summary
-
Constructor Details
-
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.
-
-
Method Details
-
port
Get the port property: The port of endpoint.- Returns:
- the port value.
-
withPort
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.
-