IWithUnmanagedDataDisk 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 definition allowing to add an unmanaged data disk.
public interface IWithUnmanagedDataDisk
type IWithUnmanagedDataDisk = interface
Public Interface IWithUnmanagedDataDisk
- Derived
Methods
DefineUnmanagedDataDisk(String) |
Begins definition of an unmanaged data disk to be attached to the virtual machine. |
WithExistingUnmanagedDataDisk(String, String, String) |
Attaches an existing unmanaged VHD as a data disk to the virtual machine. |
WithNewUnmanagedDataDisk(Int32) |
Attaches a new blank unmanaged data disk to the virtual machine. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET