IntegrationRuntimeObjectMetadatasClient Interface

public interface IntegrationRuntimeObjectMetadatasClient

An instance of this class provides access to all the operations defined in IntegrationRuntimeObjectMetadatasClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<SsisObjectMetadataStatusResponseInner>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Refresh integration runtime object metadata

abstract SyncPoller<PollResult<SsisObjectMetadataStatusResponseInner>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Refresh integration runtime object metadata

abstract SsisObjectMetadataListResponseInner list(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Get integration runtime object metadata

abstract Response<SsisObjectMetadataListResponseInner> listWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, Context context)

Get integration runtime object metadata

abstract SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Refresh integration runtime object metadata

abstract SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Refresh integration runtime object metadata

Method Details

beginRefresh

public abstract SyncPoller<>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Refresh integration runtime object metadata

Refresh the object metadata in an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.

Returns:

the SyncPoller<T,U> for polling of the status of the operation.

beginRefresh

public abstract SyncPoller<>,SsisObjectMetadataStatusResponseInner> beginRefresh(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Refresh integration runtime object metadata

Refresh the object metadata in an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of the status of the operation.

list

public abstract SsisObjectMetadataListResponseInner list(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Get integration runtime object metadata

Get object metadata from an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.

Returns:

object metadata from an integration runtime.

listWithResponse

public abstract Response listWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, GetSsisObjectMetadataRequest getMetadataRequest, Context context)

Get integration runtime object metadata

Get object metadata from an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
getMetadataRequest - The parameters for getting a SSIS object metadata.
context - The context to associate with this operation.

Returns:

object metadata from an integration runtime along with Response<T>.

refresh

public abstract SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName)

Refresh integration runtime object metadata

Refresh the object metadata in an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.

Returns:

the status of the operation.

refresh

public abstract SsisObjectMetadataStatusResponseInner refresh(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

Refresh integration runtime object metadata

Refresh the object metadata in an integration runtime.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
integrationRuntimeName - Integration runtime name.
context - The context to associate with this operation.

Returns:

the status of the operation.

Applies to