AzureKeyVaultSecretReference Class

Definition

Azure Key Vault secret reference.

[Newtonsoft.Json.JsonObject("AzureKeyVaultSecret")]
public class AzureKeyVaultSecretReference : Microsoft.Azure.Management.DataFactory.Models.SecretBase
[<Newtonsoft.Json.JsonObject("AzureKeyVaultSecret")>]
type AzureKeyVaultSecretReference = class
    inherit SecretBase
Public Class AzureKeyVaultSecretReference
Inherits SecretBase
Inheritance
AzureKeyVaultSecretReference
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureKeyVaultSecretReference()

Initializes a new instance of the AzureKeyVaultSecretReference class.

AzureKeyVaultSecretReference(LinkedServiceReference, Object, Object)

Initializes a new instance of the AzureKeyVaultSecretReference class.

Properties

SecretName

Gets or sets the name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).

SecretVersion

Gets or sets the version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).

Store

Gets or sets the Azure Key Vault linked service reference.

Methods

Validate()

Validate the object.

Applies to