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

BatchAccountAutoStorageConfiguration 构造函数

定义

初始化 BatchAccountAutoStorageConfiguration 的新实例。

public BatchAccountAutoStorageConfiguration (Azure.Core.ResourceIdentifier storageAccountId, DateTimeOffset lastKeySyncedOn);
new Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration : Azure.Core.ResourceIdentifier * DateTimeOffset -> Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageConfiguration
Public Sub New (storageAccountId As ResourceIdentifier, lastKeySyncedOn As DateTimeOffset)

参数

storageAccountId
ResourceIdentifier

要用于自动存储帐户的存储帐户的资源 ID。

lastKeySyncedOn
DateTimeOffset

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

例外

storageAccountId 为 null。

适用于