次の方法で共有


ISecret インターフェイス

定義

Azure Key Vault シークレットの不変のクライアント側表現。

public interface ISecret : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.KeyVault.Models.SecretBundle>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.KeyVault.Fluent.Secret.Update.IUpdate>
type ISecret = interface
    interface IBeta
    interface IIndexable
    interface IHasInner<SecretBundle>
    interface IHasId
    interface IHasName
    interface IUpdatable<IUpdate>
Public Interface ISecret
Implements IBeta, IHasId, IHasInner(Of SecretBundle), IHasName, IIndexable, IUpdatable(Of IUpdate)
実装

プロパティ

Attributes

シークレット管理属性を取得します。

ContentType

パスワードなどのシークレット値の型を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Azure Key Vault シークレットの不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

Azure Key Vault シークレットの不変のクライアント側表現。

(継承元 IIndexable)
Kid

KV 証明書をバックアップするシークレットである場合は、KV 証明書をバッキングする対応するキーを取得します。

Managed

シークレットの有効期間がキー コンテナーによって管理されている場合は true を取得します。 これが証明書をバックアップするキーの場合、マネージドは true になります。

Name

リソースの名前を取得します

(継承元 IHasName)
Tags

キーと値のペアの形式でアプリケーション固有のメタデータを取得します。

Value

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

メソッド

ListVersions()

Azure Key Vault シークレットの不変のクライアント側表現。

ListVersionsAsync(CancellationToken)

Azure Key Vault シークレットの不変のクライアント側表現。

Update()

Azure Key Vault シークレットの不変のクライアント側表現。

(継承元 IUpdatable<T>)

適用対象