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

IWithStorageAccount Interface

Definition

The stage of the registry definition allowing to specify the storage account.

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
Derived
Implements

Methods

WithExistingStorageAccount(IStorageAccount)

The parameters of a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.

WithExistingStorageAccount(String)

The ID of an existing storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.

(Inherited from IWithStorageAccountBeta)
WithNewStorageAccount(ICreatable<IStorageAccount>)

The parameters for a storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.

WithNewStorageAccount(String)

The parameters for a storage account for the container registry. A new storage account with default setting and specified name will be created.

(Inherited from IWithStorageAccountBeta)

Applies to