IntegrationRuntimeAuthKeysOperations Interface

public interface IntegrationRuntimeAuthKeysOperations

Resource collection API of IntegrationRuntimeAuthKeysOperations.

Method Summary

Modifier and Type Method and Description
abstract IntegrationRuntimeAuthKeys list(String resourceGroupName, String workspaceName, String integrationRuntimeName)

List integration runtime authentication keys List authentication keys in an integration runtime.

abstract Response<IntegrationRuntimeAuthKeys> listWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

List integration runtime authentication keys List authentication keys in an integration runtime.

abstract IntegrationRuntimeAuthKeys regenerate(String resourceGroupName, String workspaceName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)

Regenerate integration runtime authentication key Regenerate the authentication key for an integration runtime.

abstract Response<IntegrationRuntimeAuthKeys> regenerateWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, Context context)

Regenerate integration runtime authentication key Regenerate the authentication key for an integration runtime.

Method Details

list

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

List integration runtime authentication keys List authentication keys 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 integration runtime authentication keys.

listWithResponse

public abstract Response<IntegrationRuntimeAuthKeys> listWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, Context context)

List integration runtime authentication keys List authentication keys 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 integration runtime authentication keys along with Response<T>.

regenerate

public abstract IntegrationRuntimeAuthKeys regenerate(String resourceGroupName, String workspaceName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters)

Regenerate integration runtime authentication key Regenerate the authentication key for 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.
regenerateKeyParameters - The parameters for regenerating integration runtime authentication key.

Returns:

the integration runtime authentication keys.

regenerateWithResponse

public abstract Response<IntegrationRuntimeAuthKeys> regenerateWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, IntegrationRuntimeRegenerateKeyParameters regenerateKeyParameters, Context context)

Regenerate integration runtime authentication key Regenerate the authentication key for 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.
regenerateKeyParameters - The parameters for regenerating integration runtime authentication key.
context - The context to associate with this operation.

Returns:

the integration runtime authentication keys along with Response<T>.

Applies to