Partager via


AzureBatchLinkedService Classe

Définition

Azure Batch service lié.

public class AzureBatchLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties
type AzureBatchLinkedService = class
    inherit DataFactoryLinkedServiceProperties
Public Class AzureBatchLinkedService
Inherits DataFactoryLinkedServiceProperties
Héritage
AzureBatchLinkedService

Constructeurs

AzureBatchLinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryLinkedServiceReference)

Initialise une nouvelle instance d’AzureBatchLinkedService.

Propriétés

AccessKey

Clé d’accès au compte Azure Batch.

AccountName

Nom du compte Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

AdditionalProperties

Propriétés supplémentaires

Pour affecter un objet à la valeur de cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

(Hérité de DataFactoryLinkedServiceProperties)
Annotations

Liste des balises qui peuvent être utilisées pour décrire le service lié.

Pour affecter un objet à l’élément de cette propriété, utilisez FromObjectAsJson<T>(T, JsonSerializerOptions).

Pour affecter une chaîne json déjà mise en forme à cette propriété, utilisez FromString(String).

Exemples :

  • BinaryData.FromObjectAsJson(« foo »)Crée une charge utile de « foo ».
  • BinaryData.FromString(« \"foo\" »)Crée une charge utile de « foo ».
  • BinaryData.FromObjectAsJson(new { key = « value » })Crée une charge utile de { « key »: « value » }.
  • BinaryData.FromString(« {\"key\ »: \"value\"} »)Crée une charge utile de { « key »: « value » }.

(Hérité de DataFactoryLinkedServiceProperties)
BatchUri

URI Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

ConnectVia

Référence du runtime d’intégration.

(Hérité de DataFactoryLinkedServiceProperties)
Credential

Référence des informations d’identification contenant des informations d’authentification.

Description

Description du service lié.

(Hérité de DataFactoryLinkedServiceProperties)
EncryptedCredential

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.

LinkedServiceName

Référence du service lié Stockage Azure.

Parameters

Paramètres du service lié.

(Hérité de DataFactoryLinkedServiceProperties)
PoolName

Nom du pool Azure Batch. Type : chaîne (ou Expression avec chaîne resultType).

S’applique à