Azure MLService Linked Service Args
data class AzureMLServiceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val mlWorkspaceName: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceGroupName: Output<Any>, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val subscriptionId: Output<Any>, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMLServiceLinkedServiceArgs>
Azure ML Service linked service.
Constructors
Link copied to clipboard
fun AzureMLServiceLinkedServiceArgs(annotations: Output<List<Any>>? = null, authentication: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, mlWorkspaceName: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, resourceGroupName: Output<Any>, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, subscriptionId: Output<Any>, tenant: Output<Any>? = null, type: Output<String>)