AzureBatchLinkedService Class

Definition

Azure Batch linked service.

[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
Inheritance
AzureBatchLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureBatchLinkedService()

Initializes a new instance of the AzureBatchLinkedService class.

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

Initializes a new instance of the AzureBatchLinkedService class.

Properties

AccessKey

Gets or sets the Azure Batch account access key.

AccountName

Gets or sets the Azure Batch account name. Type: string (or Expression with resultType string).

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
BatchUri

Gets or sets the Azure Batch URI. Type: string (or Expression with resultType string).

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Credential

Gets or sets the credential reference containing authentication information.

Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

LinkedServiceName

Gets or sets the Azure Storage linked service reference.

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
PoolName

Gets or sets the Azure Batch pool name. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to