IntegrationRuntimesClient Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.IntegrationRuntimesClient

public final class IntegrationRuntimesClient

Initializes a new instance of the synchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
IntegrationRuntimeResource get(String integrationRuntimeName)

Get Integration Runtime.

Response<IntegrationRuntimeResource> getWithResponse(String integrationRuntimeName, Context context)

Get Integration Runtime.

IntegrationRuntimeListResponse list()

List Integration Runtimes.

Response<IntegrationRuntimeListResponse> listWithResponse(Context context)

List Integration Runtimes.

Methods inherited from java.lang.Object

Method Details

get

public IntegrationRuntimeResource get(String integrationRuntimeName)

Get Integration Runtime.

Parameters:

integrationRuntimeName - The Integration Runtime name.

Returns:

integration Runtime.

getWithResponse

public Response getWithResponse(String integrationRuntimeName, Context context)

Get Integration Runtime.

Parameters:

integrationRuntimeName - The Integration Runtime name.
context - The context to associate with this operation.

Returns:

integration Runtime along with Response<T>.

list

public IntegrationRuntimeListResponse list()

List Integration Runtimes.

Returns:

a list of integration runtime resources.

listWithResponse

public Response listWithResponse(Context context)

List Integration Runtimes.

Parameters:

context - The context to associate with this operation.

Returns:

a list of integration runtime resources along with Response<T>.

Applies to