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

AutoStorageProperties 类

定义

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

public class AutoStorageProperties : Microsoft.Azure.Management.Batch.Models.AutoStorageBaseProperties
type AutoStorageProperties = class
    inherit AutoStorageBaseProperties
Public Class AutoStorageProperties
Inherits AutoStorageBaseProperties
继承
AutoStorageProperties

构造函数

AutoStorageProperties()

初始化 AutoStorageProperties 类的新实例。

AutoStorageProperties(String, DateTime, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

初始化 AutoStorageProperties 类的新实例。

属性

AuthenticationMode

获取或设置 Batch 服务将用于管理自动存储帐户的身份验证模式。 可能的值包括:“StorageKeys”、“BatchAccountManagedIdentity”

(继承自 AutoStorageBaseProperties)
LastKeySync

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

NodeIdentityReference

获取或设置对计算节点将用于访问自动存储的用户分配标识的引用。

(继承自 AutoStorageBaseProperties)
StorageAccountId

获取或设置要用于自动存储帐户的存储帐户的资源 ID。

(继承自 AutoStorageBaseProperties)

方法

Validate()

验证 对象。

适用于