Partager via


AzureBatchLinkedService Classe

Définition

Azure Batch service lié.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureBatch")]
public class AzureBatchLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureBatch")>]
type AzureBatchLinkedService = class
    inherit LinkedService
Public Class AzureBatchLinkedService
Inherits LinkedService
Héritage
AzureBatchLinkedService
Attributs
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructeurs

AzureBatchLinkedService()

Initialise une nouvelle instance de la classe AzureBatchLinkedService.

AzureBatchLinkedService(Object, Object, Object, LinkedServiceReference, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, Object, CredentialReference)

Initialise une nouvelle instance de la classe AzureBatchLinkedService.

Propriétés

AccessKey

Obtient ou définit la clé d’accès au compte Azure Batch.

AccountName

Obtient ou définit le nom du compte Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

AdditionalProperties

Obtient ou définit des propriétés sans correspondance à partir du message sont désérialisées cette collection

(Hérité de LinkedService)
Annotations

Obtient ou définit la liste des balises qui peuvent être utilisées pour décrire le service lié.

(Hérité de LinkedService)
BatchUri

Obtient ou définit l’URI Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

ConnectVia

Obtient ou définit la référence du runtime d’intégration.

(Hérité de LinkedService)
Credential

Obtient ou définit la référence d’informations d’identification contenant des informations d’authentification.

Description

Obtient ou définit la description du service lié.

(Hérité de LinkedService)
EncryptedCredential

Obtient ou définit les informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).

LinkedServiceName

Obtient ou définit la référence du service lié Stockage Azure.

Parameters

Obtient ou définit les paramètres du service lié.

(Hérité de LinkedService)
PoolName

Obtient ou définit le nom du pool Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

Méthodes

Validate()

Validez l’objet.

S’applique à