IntegrationRuntimeOutboundNetworkDependenciesEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeOutboundNetworkDependenciesEndpoint
- com.
Implements
public final class IntegrationRuntimeOutboundNetworkDependenciesEndpoint
implements JsonSerializable<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>
The endpoint for Azure-SSIS integration runtime outbound network dependency.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeOutboundNetworkDependenciesEndpoint() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
domainName()
Get the domain |
|
List<Integration |
endpointDetails()
Get the endpoint |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withDomainName(String domainName)
Set the domain |
|
Integration |
withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails)
Set the endpoint |
Methods inherited from java.lang.Object
Constructor Details
IntegrationRuntimeOutboundNetworkDependenciesEndpoint
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint()
Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpoint class.
Method Details
domainName
public String domainName()
Get the domainName property: The domain name of endpoint.
Returns:
endpointDetails
public List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails()
Get the endpointDetails property: The details of endpoint.
Returns:
fromJson
public static IntegrationRuntimeOutboundNetworkDependenciesEndpoint fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDomainName
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint withDomainName(String domainName)
Set the domainName property: The domain name of endpoint.
Parameters:
Returns:
withEndpointDetails
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint withEndpointDetails(List<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails)
Set the endpointDetails property: The details of endpoint.
Parameters:
Returns: