These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.machinelearningservices.getLinkedWorkspace
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the detail of a linked workspace. API Version: 2020-03-01.
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:
- Link
Name string - Friendly name of the linked workspace
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- Link
Name string - Friendly name of the linked workspace
- Resource
Group stringName - Name of the resource group in which workspace is located.
- Workspace
Name string - Name of Azure Machine Learning workspace.
- link
Name String - Friendly name of the linked workspace
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name String - Name of Azure Machine Learning workspace.
- link
Name string - Friendly name of the linked workspace
- resource
Group stringName - Name of the resource group in which workspace is located.
- workspace
Name 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.
- link
Name String - Friendly name of the linked workspace
- resource
Group StringName - Name of the resource group in which workspace is located.
- workspace
Name 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
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
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
Linked
Workspace 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
Linked
Workspace 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
- Linked
Workspace stringResource Id - ResourceId of the link target of the linked workspace.
- User
Assigned stringIdentity Resource Id - ResourceId of the user assigned identity for the linked workspace.
- Linked
Workspace stringResource Id - ResourceId of the link target of the linked workspace.
- User
Assigned stringIdentity Resource Id - ResourceId of the user assigned identity for the linked workspace.
- linked
Workspace StringResource Id - ResourceId of the link target of the linked workspace.
- user
Assigned StringIdentity Resource Id - ResourceId of the user assigned identity for the linked workspace.
- linked
Workspace stringResource Id - ResourceId of the link target of the linked workspace.
- user
Assigned 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.
- linked
Workspace StringResource Id - ResourceId of the link target of the linked workspace.
- user
Assigned StringIdentity Resource Id - ResourceId of the user assigned identity for the linked workspace.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi