IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
- com.
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 Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
category()
Get the category property: The category of outbound network dependency. |
|
List<Integration |
endpoints()
Get the endpoints property: The endpoints for outbound network dependency. |
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withCategory(String category)
Set the category property: The category of outbound network dependency. |
|
Integration |
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:
endpoints
public List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints()
Get the endpoints property: The endpoints for outbound network dependency.
Returns:
fromJson
public static IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint fromJson(JsonReader jsonReader)
Reads an instance of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCategory
public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withCategory(String category)
Set the category property: The category of outbound network dependency.
Parameters:
Returns:
withEndpoints
public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint withEndpoints(List<IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints)
Set the endpoints property: The endpoints for outbound network dependency.
Parameters:
Returns: