IWithStorageAccountBeta Interface

Definition

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

public interface IWithStorageAccountBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithStorageAccountBeta = interface
    interface IBeta
Public Interface IWithStorageAccountBeta
Implements IBeta
Derived
Implements

Methods

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.

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.

Applies to