Class AzureKeyVaultSecretReference

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SecretBase
com.azure.analytics.synapse.artifacts.models.AzureKeyVaultSecretReference

public final class AzureKeyVaultSecretReference extends SecretBase
Azure Key Vault secret reference.
  • Constructor Details

    • AzureKeyVaultSecretReference

      public AzureKeyVaultSecretReference()
  • Method Details

    • getStore

      public LinkedServiceReference getStore()
      Get the store property: The Azure Key Vault linked service reference.
      Returns:
      the store value.
    • setStore

      Set the store property: The Azure Key Vault linked service reference.
      Parameters:
      store - the store value to set.
      Returns:
      the AzureKeyVaultSecretReference object itself.
    • getSecretName

      public Object getSecretName()
      Get the secretName property: The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
      Returns:
      the secretName value.
    • setSecretName

      public AzureKeyVaultSecretReference setSecretName(Object secretName)
      Set the secretName property: The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
      Parameters:
      secretName - the secretName value to set.
      Returns:
      the AzureKeyVaultSecretReference object itself.
    • getSecretVersion

      public Object getSecretVersion()
      Get the secretVersion property: 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).
      Returns:
      the secretVersion value.
    • setSecretVersion

      public AzureKeyVaultSecretReference setSecretVersion(Object secretVersion)
      Set the secretVersion property: 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).
      Parameters:
      secretVersion - the secretVersion value to set.
      Returns:
      the AzureKeyVaultSecretReference object itself.