你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoStorageProperties 类

public class AutoStorageProperties extends AutoStorageBaseProperties

包含有关与 Batch 帐户关联的自动存储帐户的信息。

方法摘要

修饰符和类型 方法和描述
DateTime lastKeySync()

获取存储密钥上次与 Batch 帐户同步的 UTC 时间。

AutoStorageProperties withLastKeySync(DateTime lastKeySync)

设置存储密钥上次与 Batch 帐户同步的 UTC 时间。

继承成员

方法详细信息

lastKeySync

public DateTime lastKeySync()

获取存储密钥上次与 Batch 帐户同步的 UTC 时间。

Returns:

lastKeySync 值

withLastKeySync

public AutoStorageProperties withLastKeySync(DateTime lastKeySync)

设置存储密钥上次与 Batch 帐户同步的 UTC 时间。

Parameters:

lastKeySync - 要设置的 lastKeySync 值

Returns:

AutoStorageProperties 对象本身。

适用于