Compartir a través de


SmartsheetLinkedService Clase

Definición

Servicio vinculado para Smartsheet.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Smartsheet")]
public class SmartsheetLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Smartsheet")>]
type SmartsheetLinkedService = class
    inherit LinkedService
Public Class SmartsheetLinkedService
Inherits LinkedService
Herencia
SmartsheetLinkedService
Atributos
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructores

SmartsheetLinkedService()

Inicializa una nueva instancia de la clase SmartsheetLinkedService.

SmartsheetLinkedService(SecretBase, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object)

Inicializa una nueva instancia de la clase SmartsheetLinkedService.

Propiedades

AdditionalProperties

Obtiene o establece propiedades no coincidentes del mensaje se deserializan en esta colección.

(Heredado de LinkedService)
Annotations

Obtiene o establece la lista de etiquetas que se pueden usar para describir el servicio vinculado.

(Heredado de LinkedService)
ApiToken

Obtiene o establece el token de API para el origen de Smartsheet.

ConnectVia

Obtiene o establece la referencia de Integration Runtime.

(Heredado de LinkedService)
Description

Obtiene o establece la descripción del servicio vinculado.

(Heredado de LinkedService)
EncryptedCredential

Obtiene o establece la credencial cifrada usada para la autenticación. Las credenciales se cifran mediante el administrador de credenciales de Integration Runtime. Tipo: cadena (o Expresión con cadena resultType).

Parameters

Obtiene o establece parámetros para el servicio vinculado.

(Heredado de LinkedService)

Métodos

Validate()

Valide el objeto .

Se aplica a