Share via


IWithStorageAccount.WithNewStorageAccount Method

Definition

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.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithNewStorageAccount (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);
abstract member WithNewStorageAccount : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithNewStorageAccount (creatable As ICreatable(Of IStorageAccount)) As IWithCreate

Parameters

creatable
ICreatable<IStorageAccount>

The storage account to create.

Returns

Applies to