IntegrationRuntimeResource.DefinitionStages.WithParentResource Interface

public static interface IntegrationRuntimeResource.DefinitionStages.WithParentResource

The stage of the IntegrationRuntimeResource definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithProperties withExistingWorkspace(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Method Details

withExistingWorkspace

public abstract IntegrationRuntimeResource.DefinitionStages.WithProperties withExistingWorkspace(String resourceGroupName, String workspaceName)

Specifies resourceGroupName, workspaceName.

Parameters:

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

Returns:

the next definition stage.

Applies to