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

IWithStorageAccount 接口

定义

允许指定包含磁盘信息的存储帐户的托管磁盘定义的阶段。

它在导入选项中是必需的。

public interface IWithStorageAccount
type IWithStorageAccount = interface
Public Interface IWithStorageAccount
派生

方法

WithStorageAccount(IStorageAccount)

指定存储帐户。

WithStorageAccountId(String)

指定存储帐户 ID。

WithStorageAccountName(String)

指定同一资源组中的存储帐户名称。

适用于