Show / Hide Table of Contents

Class AzureKeyVaultLinkedService

Azure Key Vault linked service.

Inheritance
System.Object
LinkedService
AzureKeyVaultLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureKeyVaultLinkedService/AzureKeyVaultLinkedServiceConverter))]
public class AzureKeyVaultLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

AzureKeyVaultLinkedService(Object)

Initializes a new instance of AzureKeyVaultLinkedService.

Declaration
public AzureKeyVaultLinkedService (object baseUrl);
Parameters
System.Object baseUrl

The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

baseUrl is null.

Properties

BaseUrl

The base URL of the Azure Key Vault. e.g. https://myakv.vault.azure.net Type: string (or Expression with resultType string).

Declaration
public object BaseUrl { get; set; }
Property Value
System.Object

Credential

The credential reference containing authentication information.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.CredentialReference Credential { get; set; }
Property Value
CredentialReference

Back to top Azure SDK for .NET