AzureFunctionLinkedService Class

Definition

Azure Function linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureFunction")]
public class AzureFunctionLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureFunction")>]
type AzureFunctionLinkedService = class
    inherit LinkedService
Public Class AzureFunctionLinkedService
Inherits LinkedService
Inheritance
AzureFunctionLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureFunctionLinkedService()

Initializes a new instance of the AzureFunctionLinkedService class.

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

Initializes a new instance of the AzureFunctionLinkedService class.

Properties

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)
Authentication

Gets or sets type of authentication (Required to specify MSI) used to connect to AzureFunction. 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).

FunctionAppUrl

Gets or sets the endpoint of the Azure Function App. URL will be in the format https://&lt;accountName&gt;.azurewebsites.net.

FunctionKey

Gets or sets function or Host key for Azure Function App.

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
ResourceId

Gets or sets allowed token audiences for azure function.

Methods

Validate()

Validate the object.

Applies to