SecretReferenceConfigurationSetting 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.
Represents a configuration setting that references as KeyVault secret.
public class SecretReferenceConfigurationSetting : Azure.Data.AppConfiguration.ConfigurationSetting
type SecretReferenceConfigurationSetting = class
inherit ConfigurationSetting
Public Class SecretReferenceConfigurationSetting
Inherits ConfigurationSetting
- Inheritance
Constructors
SecretReferenceConfigurationSetting(String, Uri, String) |
Creates a SecretReferenceConfigurationSetting referencing the provided KeyVault secret. |
SecretReferenceConfigurationSetting(String, Uri, String, ETag) |
Creates a SecretReferenceConfigurationSetting referencing the provided KeyVault secret. |
Properties
ContentType |
The content type of the configuration setting's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications. (Inherited from ConfigurationSetting) |
ETag |
An ETag indicating the state of a configuration setting within a configuration store. (Inherited from ConfigurationSetting) |
IsReadOnly |
A value indicating whether the configuration setting is read only. A read only configuration setting may not be modified until it is made writable. (Inherited from ConfigurationSetting) |
Key |
The primary identifier of the configuration setting. A Key is used together with a Label to uniquely identify a configuration setting. (Inherited from ConfigurationSetting) |
Label |
A value used to group configuration settings. A Label is used together with a Key to uniquely identify a configuration setting. (Inherited from ConfigurationSetting) |
LastModified |
The last time a modifying operation was performed on the given configuration setting. (Inherited from ConfigurationSetting) |
SecretId |
The secret identifier. |
Tags |
A dictionary of tags used to assign additional properties to a configuration setting. These can be used to indicate how a configuration setting may be applied. (Inherited from ConfigurationSetting) |
Value |
The configuration setting's value. (Inherited from ConfigurationSetting) |
Applies to
Azure SDK for .NET