Udostępnij przez


KeyVaultSetting Class

Definition

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.

Applies to