IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class

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

Implements

public final class IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
implements JsonSerializable<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>

Azure-SSIS integration runtime outbound network dependency endpoints for one category.

Constructor Summary

Constructor Description
IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

Method Summary

Modifier and Type Method and Description
String category()

Get the category property: The category of outbound network dependency.

List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints()

Get the endpoints property: The endpoints for outbound network dependency.

static IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withCategory(String category)

Set the category property: The category of outbound network dependency.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withEndpoints(List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints)

Set the endpoints property: The endpoints for outbound network dependency.

Methods inherited from java.lang.Object

Constructor Details

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Creates an instance of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint class.

Method Details

category

public String category()

Get the category property: The category of outbound network dependency.

Returns:

the category value.

endpoints

public List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints()

Get the endpoints property: The endpoints for outbound network dependency.

Returns:

the endpoints value.

fromJson

public static IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint fromJson(JsonReader jsonReader)

Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withCategory

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withCategory(String category)

Set the category property: The category of outbound network dependency.

Parameters:

category - the category value to set.

Returns:

the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint object itself.

withEndpoints

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withEndpoints(List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints)

Set the endpoints property: The endpoints for outbound network dependency.

Parameters:

endpoints - the endpoints value to set.

Returns:

the IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint object itself.

Applies to