IWithStorageAccount Interface

Definition

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

public interface IWithStorageAccount
type IWithStorageAccount = interface
Public Interface IWithStorageAccount
Derived

Methods

WithExistingStorageAccount(IStorageAccount)

Specifies an existing storage account for the OS and data disk VHDs of the virtual machines in the scale set.

WithNewStorageAccount(ICreatable<IStorageAccount>)

Specifies a new storage account for the OS and data disk VHDs of the virtual machines in the scale set.

WithNewStorageAccount(String)

Specifies a new storage account for the OS and data disk VHDs of the virtual machines in the scale set.

Applies to