Share via


IWithStorageAccount.WithExistingStorageAccount(IStorageAccount) Method

Definition

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.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithExistingStorageAccount (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithExistingStorageAccount : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithExistingStorageAccount (storageAccount As IStorageAccount) As IWithCreate

Parameters

storageAccount
IStorageAccount

The storage account.

Returns

Applies to