IWithStorageAccountBeta Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET