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

azure-native.machinelearningservices.getLinkedWorkspace

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Get the detail of a linked workspace. 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getLinkedWorkspace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LinkName string
    Friendly name of the linked workspace
    ResourceGroupName string
    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
    ResourceGroupName string
    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
    resourceGroupName String
    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
    resourceGroupName string
    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_name str
    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
    resourceGroupName String
    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.AzureNative.MachineLearningServices.Outputs.LinkedWorkspacePropsResponse
    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 LinkedWorkspacePropsResponse
    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 LinkedWorkspacePropsResponse
    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 LinkedWorkspacePropsResponse
    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 LinkedWorkspacePropsResponse
    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

    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
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi