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