AzureKeyVaultLinkedService Class

Definition

Azure Key Vault linked service.

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

Constructors

AzureKeyVaultLinkedService()

Initializes a new instance of the AzureKeyVaultLinkedService class.

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

Initializes a new instance of the AzureKeyVaultLinkedService 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)
BaseUrl

Gets or sets the base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net 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)
Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)

Methods

Validate()

Validate the object.

Applies to