Class AzureKeyVaultLinkedService
Azure Key Vault linked service.
Inherited Members
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
|
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
|