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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.