This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Get the detail of a linked workspace.
Uses Azure REST API version 2020-05-15-preview.
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>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]func LookupLinkedWorkspace(ctx *Context, args *LookupLinkedWorkspaceArgs, opts ...InvokeOption) (*LookupLinkedWorkspaceResult, error)
func LookupLinkedWorkspaceOutput(ctx *Context, args *LookupLinkedWorkspaceOutputArgs, opts ...InvokeOption) LookupLinkedWorkspaceResultOutput> 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)
}public static CompletableFuture<GetLinkedWorkspaceResult> getLinkedWorkspace(GetLinkedWorkspaceArgs args, InvokeOptions options)
public static Output<GetLinkedWorkspaceResult> getLinkedWorkspace(GetLinkedWorkspaceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:machinelearningservices:getLinkedWorkspace
  arguments:
    # arguments dictionaryThe following arguments are supported:
- LinkName string
- Friendly name of the linked workspace
- ResourceGroup stringName 
- Name of the resource group in which workspace is located.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- LinkName string
- Friendly name of the linked workspace
- ResourceGroup stringName 
- Name of the resource group in which workspace is located.
- WorkspaceName string
- Name of Azure Machine Learning workspace.
- linkName String
- Friendly name of the linked workspace
- resourceGroup StringName 
- Name of the resource group in which workspace is located.
- workspaceName String
- Name of Azure Machine Learning workspace.
- linkName string
- Friendly name of the linked workspace
- resourceGroup stringName 
- Name of the resource group in which workspace is located.
- workspaceName string
- Name of Azure Machine Learning workspace.
- link_name str
- Friendly name of the linked workspace
- resource_group_ strname 
- Name of the resource group in which workspace is located.
- workspace_name str
- Name of Azure Machine Learning workspace.
- linkName String
- Friendly name of the linked workspace
- resourceGroup StringName 
- Name of the resource group in which workspace is located.
- workspaceName String
- Name of Azure Machine Learning workspace.
getLinkedWorkspace Result
The following output properties are available:
- Id string
- ResourceId of the link of the linked workspace.
- Name string
- Friendly name of the linked workspace.
- Properties
Pulumi.Azure Native. Machine Learning Services. Outputs. Linked Workspace Props Response 
- LinkedWorkspace specific properties.
- Type string
- Resource type of linked workspace.
- Id string
- ResourceId of the link of the linked workspace.
- Name string
- Friendly name of the linked workspace.
- Properties
LinkedWorkspace Props Response 
- LinkedWorkspace specific properties.
- Type string
- Resource type of linked workspace.
- id String
- ResourceId of the link of the linked workspace.
- name String
- Friendly name of the linked workspace.
- properties
LinkedWorkspace Props Response 
- LinkedWorkspace specific properties.
- type String
- Resource type of linked workspace.
- id string
- ResourceId of the link of the linked workspace.
- name string
- Friendly name of the linked workspace.
- properties
LinkedWorkspace Props Response 
- LinkedWorkspace specific properties.
- type string
- Resource type of linked workspace.
- id str
- ResourceId of the link of the linked workspace.
- name str
- Friendly name of the linked workspace.
- properties
LinkedWorkspace Props Response 
- LinkedWorkspace specific properties.
- type str
- Resource type of linked workspace.
- 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   
- LinkedWorkspace stringResource Id 
- ResourceId of the link target of the linked workspace.
- UserAssigned stringIdentity Resource Id 
- ResourceId of the user assigned identity for the linked workspace.
- LinkedWorkspace stringResource Id 
- ResourceId of the link target of the linked workspace.
- UserAssigned stringIdentity Resource Id 
- ResourceId of the user assigned identity for the linked workspace.
- linkedWorkspace StringResource Id 
- ResourceId of the link target of the linked workspace.
- userAssigned StringIdentity Resource Id 
- ResourceId of the user assigned identity for the linked workspace.
- linkedWorkspace stringResource Id 
- ResourceId of the link target of the linked workspace.
- userAssigned stringIdentity Resource Id 
- ResourceId of the user assigned identity for the linked workspace.
- linked_workspace_ strresource_ id 
- ResourceId of the link target of the linked workspace.
- user_assigned_ stridentity_ resource_ id 
- ResourceId of the user assigned identity for the linked workspace.
- linkedWorkspace StringResource Id 
- ResourceId of the link target of the linked workspace.
- userAssigned StringIdentity Resource Id 
- 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 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi