Attributes クラス
- java.
lang. Object - com.
microsoft. azure. keyvault. models. Attributes
- com.
public class Attributes
KeyVault サービスによって管理されるオブジェクト属性。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
DateTime |
created()
作成された値を取得します。 |
Boolean |
enabled()
有効な値を取得します。 |
DateTime |
expires()
有効期限の値を取得します。 |
DateTime |
notBefore()
notBefore 値を取得します。 |
DateTime |
updated()
更新された値を取得します。 |
Attributes |
withEnabled(Boolean enabled)
有効な値を設定します。 |
Attributes |
withExpires(DateTime expires)
expires 値を設定します。 |
Attributes |
withNotBefore(DateTime notBefore)
notBefore 値を設定します。 |
メソッドの詳細
created
public DateTime created()
作成された値を取得します。
Returns:
enabled
public Boolean enabled()
有効な値を取得します。
Returns:
expires
public DateTime expires()
有効期限の値を取得します。
Returns:
notBefore
public DateTime notBefore()
notBefore 値を取得します。
Returns:
updated
public DateTime updated()
更新された値を取得します。
Returns:
withEnabled
public Attributes withEnabled(Boolean enabled)
有効な値を設定します。
Parameters:
Returns:
withExpires
public Attributes withExpires(DateTime expires)
expires 値を設定します。
Parameters:
Returns:
withNotBefore
public Attributes withNotBefore(DateTime notBefore)
notBefore 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java