Share via


SecretModelFactory クラス

定義

Key Vault シークレット ライブラリのモック作成を可能にするモデル ファクトリ。

public static class SecretModelFactory
type SecretModelFactory = class
Public Class SecretModelFactory
継承
SecretModelFactory

メソッド

DeletedSecret(SecretProperties, String, Uri, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>)

モック作成のために の DeletedSecret 新しいインスタンスを初期化します。

KeyVaultSecret(SecretProperties, String)

モック作成のために の KeyVaultSecret 新しいインスタンスを初期化します。

SecretProperties(Uri, Uri, String, String, Boolean, Uri, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, Nullable<Int32>)

モック作成のために の SecretProperties 新しいインスタンスを初期化します。

適用対象