KeyVaultSetting 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.
A Key Vault account setting.
public class KeyVaultSetting
type KeyVaultSetting = class
Public Class KeyVaultSetting
- Inheritance
-
KeyVaultSetting
Constructors
| Name | Description |
|---|---|
| KeyVaultSetting(String, Boolean) |
Creates a new instance of the KeyVaultSetting class with the given name and boolean value. |
Properties
| Name | Description |
|---|---|
| Name |
The account setting to be updated. |
| SettingType |
Gets the type specifier of the value. |
| Value |
Gets the value of the account setting. |
Methods
| Name | Description |
|---|---|
| ToString() |
Returns the setting name, value, and type. |