AzureKeyVaultSecretReference Constructors
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.
Overloads
AzureKeyVaultSecretReference() |
Initializes a new instance of the AzureKeyVaultSecretReference class. |
AzureKeyVaultSecretReference(LinkedServiceReference, Object, Object) |
Initializes a new instance of the AzureKeyVaultSecretReference class. |
AzureKeyVaultSecretReference()
Initializes a new instance of the AzureKeyVaultSecretReference class.
public AzureKeyVaultSecretReference ();
Public Sub New ()
Applies to
AzureKeyVaultSecretReference(LinkedServiceReference, Object, Object)
Initializes a new instance of the AzureKeyVaultSecretReference class.
public AzureKeyVaultSecretReference (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference store, object secretName, object secretVersion = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference
Public Sub New (store As LinkedServiceReference, secretName As Object, Optional secretVersion As Object = Nothing)
Parameters
- store
- LinkedServiceReference
The Azure Key Vault linked service reference.
- secretName
- Object
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
- secretVersion
- Object
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).
Applies to
Azure SDK for .NET