Attributes クラス

定義

KeyVault サービスによって管理されるオブジェクト属性。

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

コンストラクター

Attributes()

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

Attributes(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

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

プロパティ

Created

UTC で作成時刻を取得します。

Enabled

オブジェクトが有効かどうかを取得または設定します。

Expires

UTC の有効期限を取得または設定します。

NotBefore

UTC の日付より前ではない値を取得または設定します。

Updated

UTC で最後に更新された時刻を取得します。

適用対象