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 specify unmanaged data disk configuration.
public interface IWithUnmanagedDataDisk
type IWithUnmanagedDataDisk = interface
Public Interface IWithUnmanagedDataDisk
- Derived
Methods
DefineUnmanagedDataDisk(String) |
Begins the definition of a blank unmanaged data disk to be attached to the virtual machine along with its configuration. |
UpdateUnmanagedDataDisk(String) |
Begins the description of an update of an existing unmanaged data disk of this virtual machine. |
WithExistingUnmanagedDataDisk(String, String, String) |
Specifies an existing VHD that needs to be attached to the virtual machine as data disk. |
WithNewUnmanagedDataDisk(Int32) |
Specifies that a new blank unmanaged data disk needs to be attached to virtual machine. |
WithoutUnmanagedDataDisk(Int32) |
Detaches a unmanaged data disk from the virtual machine. |
WithoutUnmanagedDataDisk(String) |
Detaches an unmanaged data disk from the virtual machine. |
Applies to
Azure SDK for .NET