AzureKeyVaultSecretReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET