Class IntegrationRuntimeOutboundNetworkDependenciesEndpoint
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
-
public final class IntegrationRuntimeOutboundNetworkDependenciesEndpoint extends Object
The endpoint for Azure-SSIS integration runtime outbound network dependency.
-
-
Constructor Summary
Constructors Constructor Description IntegrationRuntimeOutboundNetworkDependenciesEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
domainName()
Get the domainName property: The domain name of endpoint.List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>
endpointDetails()
Get the endpointDetails property: The details of endpoint.void
validate()
Validates the instance.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
withDomainName(String domainName)
Set the domainName property: The domain name of endpoint.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails)
Set the endpointDetails property: The details of endpoint.
-
-
-
Method Detail
-
domainName
public String domainName()
Get the domainName property: The domain name of endpoint.- Returns:
- the domainName value.
-
withDomainName
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint withDomainName(String domainName)
Set the domainName property: The domain name of endpoint.- Parameters:
domainName
- the domainName value to set.- Returns:
- the IntegrationRuntimeOutboundNetworkDependenciesEndpoint object itself.
-
endpointDetails
public List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> 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.
-
-