Class IntegrationRuntimeOutboundNetworkDependenciesEndpoint
java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
The endpoint for Azure-SSIS integration runtime outbound network dependency.
-
Constructor Summary
ConstructorDescriptionCreates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpoint class. -
Method Summary
Modifier and TypeMethodDescriptionGet the domainName property: The domain name of endpoint.Get the endpointDetails property: The details of endpoint.void
validate()
Validates the instance.withDomainName
(String domainName) Set the domainName property: The domain name of endpoint.withEndpointDetails
(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails) Set the endpointDetails property: The details of endpoint.
-
Constructor Details
-
IntegrationRuntimeOutboundNetworkDependenciesEndpoint
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint()Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpoint class.
-
-
Method Details
-
domainName
Get the domainName property: The domain name of endpoint.- Returns:
- the domainName value.
-
withDomainName
Set the domainName property: The domain name of endpoint.- Parameters:
domainName
- the domainName value to set.- Returns:
- the IntegrationRuntimeOutboundNetworkDependenciesEndpoint object itself.
-
endpointDetails
Get the endpointDetails property: The details of endpoint.- Returns:
- the endpointDetails value.
-
withEndpointDetails
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails) Set the endpointDetails property: The details of endpoint.- Parameters:
endpointDetails
- the endpointDetails value to set.- Returns:
- the IntegrationRuntimeOutboundNetworkDependenciesEndpoint object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-