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

AutoStorageBaseProperties 类

定义

与自动存储帐户相关的属性。

public class AutoStorageBaseProperties
type AutoStorageBaseProperties = class
Public Class AutoStorageBaseProperties
继承
AutoStorageBaseProperties
派生

构造函数

AutoStorageBaseProperties()

初始化 AutoStorageBaseProperties 类的新实例。

AutoStorageBaseProperties(String, Nullable<AutoStorageAuthenticationMode>, ComputeNodeIdentityReference)

初始化 AutoStorageBaseProperties 类的新实例。

属性

AuthenticationMode

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

NodeIdentityReference

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

StorageAccountId

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

方法

Validate()

验证 对象。

适用于