1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. getLinkedWorkspace
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

azure-native.machinelearningservices.getLinkedWorkspace

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi

Get the detail of a linked workspace.

Uses Azure REST API version 2020-05-15-preview.

Other available API versions: 2020-05-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native machinelearningservices [ApiVersion]. See the version guide for details.

Using getLinkedWorkspace

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLinkedWorkspace(args: GetLinkedWorkspaceArgs, opts?: InvokeOptions): Promise<GetLinkedWorkspaceResult>
function getLinkedWorkspaceOutput(args: GetLinkedWorkspaceOutputArgs, opts?: InvokeOptions): Output<GetLinkedWorkspaceResult>
Copy
def get_linked_workspace(link_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         workspace_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetLinkedWorkspaceResult
def get_linked_workspace_output(link_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         workspace_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetLinkedWorkspaceResult]
Copy
func LookupLinkedWorkspace(ctx *Context, args *LookupLinkedWorkspaceArgs, opts ...InvokeOption) (*LookupLinkedWorkspaceResult, error)
func LookupLinkedWorkspaceOutput(ctx *Context, args *LookupLinkedWorkspaceOutputArgs, opts ...InvokeOption) LookupLinkedWorkspaceResultOutput
Copy

> Note: This function is named LookupLinkedWorkspace in the Go SDK.

public static class GetLinkedWorkspace 
{
    public static Task<GetLinkedWorkspaceResult> InvokeAsync(GetLinkedWorkspaceArgs args, InvokeOptions? opts = null)
    public static Output<GetLinkedWorkspaceResult> Invoke(GetLinkedWorkspaceInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLinkedWorkspaceResult> getLinkedWorkspace(GetLinkedWorkspaceArgs args, InvokeOptions options)
public static Output<GetLinkedWorkspaceResult> getLinkedWorkspace(GetLinkedWorkspaceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:machinelearningservices:getLinkedWorkspace
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

LinkName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the linked workspace
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group in which workspace is located.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
LinkName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the linked workspace
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group in which workspace is located.
WorkspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
linkName
This property is required.
Changes to this property will trigger replacement.
String
Friendly name of the linked workspace
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group in which workspace is located.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.
linkName
This property is required.
Changes to this property will trigger replacement.
string
Friendly name of the linked workspace
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Name of the resource group in which workspace is located.
workspaceName
This property is required.
Changes to this property will trigger replacement.
string
Name of Azure Machine Learning workspace.
link_name
This property is required.
Changes to this property will trigger replacement.
str
Friendly name of the linked workspace
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the resource group in which workspace is located.
workspace_name
This property is required.
Changes to this property will trigger replacement.
str
Name of Azure Machine Learning workspace.
linkName
This property is required.
Changes to this property will trigger replacement.
String
Friendly name of the linked workspace
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Name of the resource group in which workspace is located.
workspaceName
This property is required.
Changes to this property will trigger replacement.
String
Name of Azure Machine Learning workspace.

getLinkedWorkspace Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
ResourceId of the link of the linked workspace.
Name string
Friendly name of the linked workspace.
Properties Pulumi.AzureNative.MachineLearningServices.Outputs.LinkedWorkspacePropsResponse
LinkedWorkspace specific properties.
Type string
Resource type of linked workspace.
AzureApiVersion string
The Azure API version of the resource.
Id string
ResourceId of the link of the linked workspace.
Name string
Friendly name of the linked workspace.
Properties LinkedWorkspacePropsResponse
LinkedWorkspace specific properties.
Type string
Resource type of linked workspace.
azureApiVersion String
The Azure API version of the resource.
id String
ResourceId of the link of the linked workspace.
name String
Friendly name of the linked workspace.
properties LinkedWorkspacePropsResponse
LinkedWorkspace specific properties.
type String
Resource type of linked workspace.
azureApiVersion string
The Azure API version of the resource.
id string
ResourceId of the link of the linked workspace.
name string
Friendly name of the linked workspace.
properties LinkedWorkspacePropsResponse
LinkedWorkspace specific properties.
type string
Resource type of linked workspace.
azure_api_version str
The Azure API version of the resource.
id str
ResourceId of the link of the linked workspace.
name str
Friendly name of the linked workspace.
properties LinkedWorkspacePropsResponse
LinkedWorkspace specific properties.
type str
Resource type of linked workspace.
azureApiVersion String
The Azure API version of the resource.
id String
ResourceId of the link of the linked workspace.
name String
Friendly name of the linked workspace.
properties Property Map
LinkedWorkspace specific properties.
type String
Resource type of linked workspace.

Supporting Types

LinkedWorkspacePropsResponse

LinkedWorkspaceResourceId string
ResourceId of the link target of the linked workspace.
UserAssignedIdentityResourceId string
ResourceId of the user assigned identity for the linked workspace.
LinkedWorkspaceResourceId string
ResourceId of the link target of the linked workspace.
UserAssignedIdentityResourceId string
ResourceId of the user assigned identity for the linked workspace.
linkedWorkspaceResourceId String
ResourceId of the link target of the linked workspace.
userAssignedIdentityResourceId String
ResourceId of the user assigned identity for the linked workspace.
linkedWorkspaceResourceId string
ResourceId of the link target of the linked workspace.
userAssignedIdentityResourceId string
ResourceId of the user assigned identity for the linked workspace.
linked_workspace_resource_id str
ResourceId of the link target of the linked workspace.
user_assigned_identity_resource_id str
ResourceId of the user assigned identity for the linked workspace.
linkedWorkspaceResourceId String
ResourceId of the link target of the linked workspace.
userAssignedIdentityResourceId String
ResourceId of the user assigned identity for the linked workspace.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.0.1 published on Monday, Apr 7, 2025 by Pulumi