IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Class

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

public final class 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.

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 endpoints()

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

Returns:

the endpoints value.

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 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