KeyVaultSecret クラス

定義

KeyVaultSecret は、値とその Propertiesで構成されるリソースです。

public class KeyVaultSecret
type KeyVaultSecret = class
Public Class KeyVaultSecret
継承
KeyVaultSecret
派生

コンストラクター

KeyVaultSecret(String, String)

KeyVaultSecret クラスの新しいインスタンスを初期化します。

プロパティ

Id

シークレット識別子を取得します。

Name

シークレットの名前を取得します。

Properties

の追加のプロパティを取得します KeyVaultSecret

Value

シークレットの値を取得します。

適用対象