wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 5 Storage
This commit is contained in:
parent
b15d7966da
commit
13ae446aa1
11 changed files with 274 additions and 271 deletions
|
@ -34,7 +34,7 @@ namespace WebsitePanel.Providers.Virtualization
|
|||
{
|
||||
public enum VirtualHardDiskFormat
|
||||
{
|
||||
VHD = 1,
|
||||
VHDX = 2
|
||||
VHD = 0,
|
||||
VHDX = 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue