IWithStorageAccount Interface

Definition

The stage of a virtual machine definition allowing to specify a storage account.

public interface IWithStorageAccount
type IWithStorageAccount = interface
Public Interface IWithStorageAccount
Derived

Methods

WithExistingStorageAccount(IStorageAccount)

Specifies an existing storage account to put the VM's OS and data disk VHD in. An OS disk based on a marketplace or a user image (generalized image) will be stored in this storage account.

WithNewStorageAccount(ICreatable<IStorageAccount>)

Specifies the definition of a not-yet-created storage account to put the VM's OS and data disk VHDs into. Only the OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.

WithNewStorageAccount(String)

Specifies the name of a new storage account to put the VM's OS and data disk VHD into. Only an OS disk based on a marketplace image will be stored in the new storage account. An OS disk based on a user image will be stored in the same storage account as the user image.

Applies to