你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyVaultSecret Class

Definition

KeyVaultSecret is the resource consisting of a value and its Properties.

public class KeyVaultSecret
type KeyVaultSecret = class
Public Class KeyVaultSecret
Inheritance
KeyVaultSecret
Derived

Constructors

Name Description
KeyVaultSecret(String, String)

Initializes a new instance of the KeyVaultSecret class.

Properties

Name Description
Id

Gets the secret identifier.

Name

Gets the the name of the secret.

Properties

Gets additional properties of the KeyVaultSecret.

Value

Gets the value of the secret.

Applies to