IWithStorageAccount 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 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
Azure SDK for .NET