
com.pulumi.azurenative.datafactory.kotlin.inputs.AzureMLServiceLinkedServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.AzureMLServiceLinkedServiceArgs.builder
import com.pulumi.core.Either
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Azure ML Service linked service.
* @property annotations List of tags that can be used for describing the linked service.
* @property authentication Type of authentication (Required to specify MSI) used to connect to AzureML. Type: string (or Expression with resultType string).
* @property connectVia The integration runtime reference.
* @property description Linked service description.
* @property encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
* @property mlWorkspaceName Azure ML Service workspace name. Type: string (or Expression with resultType string).
* @property parameters Parameters for linked service.
* @property resourceGroupName Azure ML Service workspace resource group name. Type: string (or Expression with resultType string).
* @property servicePrincipalId The ID of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline. Type: string (or Expression with resultType string).
* @property servicePrincipalKey The key of the service principal used to authenticate against the endpoint of a published Azure ML Service pipeline.
* @property subscriptionId Azure ML Service workspace subscription ID. Type: string (or Expression with resultType string).
* @property tenant The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).
* @property type Type of linked service.
* Expected value is 'AzureMLService'.
* @property version Version of the linked service.
*/
public data class AzureMLServiceLinkedServiceArgs(
public val annotations: Output>? = null,
public val authentication: Output? = null,
public val connectVia: Output? = null,
public val description: Output? = null,
public val encryptedCredential: Output? = null,
public val mlWorkspaceName: Output,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy