IWithStorageAccountBeta.WithNewStorageAccount(String) Method

Definition

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

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithNewStorageAccount (string storageAccountName);
abstract member WithNewStorageAccount : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithNewStorageAccount (storageAccountName As String) As IWithCreate

Parameters

storageAccountName
String

The name of the storage account.

Returns

Applies to