IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner

Implements

public final class IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner
implements JsonSerializable<IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner>

Azure-SSIS integration runtime outbound network dependency endpoints.

Constructor Summary

Constructor Description
IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class.

Method Summary

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

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value()

Get the value property: The list of outbound network dependency endpoints.

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner withValue(List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value)

Set the value property: The list of outbound network dependency endpoints.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner class.

Method Details

fromJson

public static IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner 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 IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value()

Get the value property: The list of outbound network dependency endpoints.

Returns:

the value value.

withValue

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner withValue(List<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value)

Set the value property: The list of outbound network dependency endpoints.

Parameters:

value - the value value to set.

Returns:

the IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponseInner object itself.

Applies to