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

IWithStorageAccountBeta 接口

定义

允许指定存储帐户的注册表定义的阶段。

public interface IWithStorageAccountBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithStorageAccountBeta = interface
    interface IBeta
Public Interface IWithStorageAccountBeta
Implements IBeta
派生
实现

方法

WithExistingStorageAccount(String)

容器注册表的现有存储帐户的 ID。 如果指定,存储帐户必须与容器注册表位于同一物理位置。

WithNewStorageAccount(String)

容器注册表的存储帐户的参数。 将创建具有默认设置和指定名称的新存储帐户。

适用于