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

BatchAccountAutoStorageConfiguration 类

定义

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

public class BatchAccountAutoStorageConfiguration : Azure.ResourceManager.Batch.Models.BatchAccountAutoStorageBaseConfiguration
type BatchAccountAutoStorageConfiguration = class
    inherit BatchAccountAutoStorageBaseConfiguration
Public Class BatchAccountAutoStorageConfiguration
Inherits BatchAccountAutoStorageBaseConfiguration
继承
BatchAccountAutoStorageConfiguration

构造函数

BatchAccountAutoStorageConfiguration(ResourceIdentifier, DateTimeOffset)

初始化 BatchAccountAutoStorageConfiguration 的新实例。

属性

AuthenticationMode

Batch 服务将用于管理自动存储帐户的身份验证模式。

(继承自 BatchAccountAutoStorageBaseConfiguration)
LastKeySyncedOn

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

NodeIdentityResourceId

用户分配的标识的 ARM 资源 ID。

(继承自 BatchAccountAutoStorageBaseConfiguration)
StorageAccountId

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

(继承自 BatchAccountAutoStorageBaseConfiguration)

适用于