Share via


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

IWithStorageAccount 接口

定义

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

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

方法

WithExistingStorageAccount(IStorageAccount)

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

WithExistingStorageAccount(String)

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

(继承自 IWithStorageAccountBeta)
WithNewStorageAccount(ICreatable<IStorageAccount>)

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

WithNewStorageAccount(String)

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

(继承自 IWithStorageAccountBeta)

适用于