IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

Implements

public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails
implements JsonSerializable<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>

The details of Azure-SSIS integration runtime outbound network dependency endpoint.

Constructor Summary

Constructor Description
IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails from the JsonReader.

Integer port()

Get the port property: The port of endpoint.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails withPort(Integer port)

Set the port property: The port of endpoint.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails

public IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails class.

Method Details

fromJson

public static IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails.

port

public Integer port()

Get the port property: The port of endpoint.

Returns:

the port value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

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.

Applies to