1. Packages
  2. Azure Native v1
  3. API Docs
  4. machinelearningservices
  5. getLinkedService
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.getLinkedService

Explore with Pulumi AI

azure-native-v1 logo
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 service. API Version: 2020-09-01-preview.

    Using getLinkedService

    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 getLinkedService(args: GetLinkedServiceArgs, opts?: InvokeOptions): Promise<GetLinkedServiceResult>
    function getLinkedServiceOutput(args: GetLinkedServiceOutputArgs, opts?: InvokeOptions): Output<GetLinkedServiceResult>
    def get_linked_service(link_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           workspace_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetLinkedServiceResult
    def get_linked_service_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[GetLinkedServiceResult]
    func LookupLinkedService(ctx *Context, args *LookupLinkedServiceArgs, opts ...InvokeOption) (*LookupLinkedServiceResult, error)
    func LookupLinkedServiceOutput(ctx *Context, args *LookupLinkedServiceOutputArgs, opts ...InvokeOption) LookupLinkedServiceResultOutput

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

    public static class GetLinkedService 
    {
        public static Task<GetLinkedServiceResult> InvokeAsync(GetLinkedServiceArgs args, InvokeOptions? opts = null)
        public static Output<GetLinkedServiceResult> Invoke(GetLinkedServiceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetLinkedServiceResult> getLinkedService(GetLinkedServiceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:machinelearningservices:getLinkedService
      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.

    getLinkedService Result

    The following output properties are available:

    Id string
    ResourceId of the link of the linked service.
    Name string
    Friendly name of the linked service.
    Properties Pulumi.AzureNative.MachineLearningServices.Outputs.LinkedServicePropsResponse
    LinkedService specific properties.
    Type string
    Resource type of linked service.
    Identity Pulumi.AzureNative.MachineLearningServices.Outputs.IdentityResponse
    Identity for the resource.
    Location string
    location of the linked service.
    Id string
    ResourceId of the link of the linked service.
    Name string
    Friendly name of the linked service.
    Properties LinkedServicePropsResponse
    LinkedService specific properties.
    Type string
    Resource type of linked service.
    Identity IdentityResponse
    Identity for the resource.
    Location string
    location of the linked service.
    id String
    ResourceId of the link of the linked service.
    name String
    Friendly name of the linked service.
    properties LinkedServicePropsResponse
    LinkedService specific properties.
    type String
    Resource type of linked service.
    identity IdentityResponse
    Identity for the resource.
    location String
    location of the linked service.
    id string
    ResourceId of the link of the linked service.
    name string
    Friendly name of the linked service.
    properties LinkedServicePropsResponse
    LinkedService specific properties.
    type string
    Resource type of linked service.
    identity IdentityResponse
    Identity for the resource.
    location string
    location of the linked service.
    id str
    ResourceId of the link of the linked service.
    name str
    Friendly name of the linked service.
    properties LinkedServicePropsResponse
    LinkedService specific properties.
    type str
    Resource type of linked service.
    identity IdentityResponse
    Identity for the resource.
    location str
    location of the linked service.
    id String
    ResourceId of the link of the linked service.
    name String
    Friendly name of the linked service.
    properties Property Map
    LinkedService specific properties.
    type String
    Resource type of linked service.
    identity Property Map
    Identity for the resource.
    location String
    location of the linked service.

    Supporting Types

    IdentityResponse

    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    PrincipalId string
    The principal ID of resource identity.
    TenantId string
    The tenant ID of resource.
    Type string
    The identity type.
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The user assigned identities associated with the resource.
    principalId string
    The principal ID of resource identity.
    tenantId string
    The tenant ID of resource.
    type string
    The identity type.
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The user assigned identities associated with the resource.
    principal_id str
    The principal ID of resource identity.
    tenant_id str
    The tenant ID of resource.
    type str
    The identity type.
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The user assigned identities associated with the resource.
    principalId String
    The principal ID of resource identity.
    tenantId String
    The tenant ID of resource.
    type String
    The identity type.
    userAssignedIdentities Map<Property Map>
    The user assigned identities associated with the resource.

    LinkedServicePropsResponse

    LinkedServiceResourceId string
    ResourceId of the link target of the linked service.
    CreatedTime string
    The creation time of the linked service.
    LinkType string
    Type of the link target.
    ModifiedTime string
    The last modified time of the linked service.
    LinkedServiceResourceId string
    ResourceId of the link target of the linked service.
    CreatedTime string
    The creation time of the linked service.
    LinkType string
    Type of the link target.
    ModifiedTime string
    The last modified time of the linked service.
    linkedServiceResourceId String
    ResourceId of the link target of the linked service.
    createdTime String
    The creation time of the linked service.
    linkType String
    Type of the link target.
    modifiedTime String
    The last modified time of the linked service.
    linkedServiceResourceId string
    ResourceId of the link target of the linked service.
    createdTime string
    The creation time of the linked service.
    linkType string
    Type of the link target.
    modifiedTime string
    The last modified time of the linked service.
    linked_service_resource_id str
    ResourceId of the link target of the linked service.
    created_time str
    The creation time of the linked service.
    link_type str
    Type of the link target.
    modified_time str
    The last modified time of the linked service.
    linkedServiceResourceId String
    ResourceId of the link target of the linked service.
    createdTime String
    The creation time of the linked service.
    linkType String
    Type of the link target.
    modifiedTime String
    The last modified time of the linked service.

    UserAssignedIdentityResponse

    ClientId string
    The clientId(aka appId) of the user assigned identity.
    PrincipalId string
    The principal ID of the user assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    ClientId string
    The clientId(aka appId) of the user assigned identity.
    PrincipalId string
    The principal ID of the user assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    clientId String
    The clientId(aka appId) of the user assigned identity.
    principalId String
    The principal ID of the user assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.
    clientId string
    The clientId(aka appId) of the user assigned identity.
    principalId string
    The principal ID of the user assigned identity.
    tenantId string
    The tenant ID of the user assigned identity.
    client_id str
    The clientId(aka appId) of the user assigned identity.
    principal_id str
    The principal ID of the user assigned identity.
    tenant_id str
    The tenant ID of the user assigned identity.
    clientId String
    The clientId(aka appId) of the user assigned identity.
    principalId String
    The principal ID of the user assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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