CreationSourceType Enum
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.
public enum CreationSourceType
type CreationSourceType =
Public Enum CreationSourceType
- Inheritance
-
CreationSourceType
Fields
Name | Value | Description |
---|---|---|
FromOSDiskImage | 0 | Indicates that disk or snapshot is created from Os disk image of a virtual machine platform or virtual machine user image. |
FromDataDiskImage | 1 | Indicates that disk or snapshot is created from data disk image of a virtual machine platform or virtual machine user image. |
ImportedFromVHD | 2 | Indicates that disk or snapshot is created by importing a blob in a storage account. |
CopiedFromSnapshot | 3 | Indicates that disk or snapshot is created by copying a snapshot. |
CopiedFromDisk | 4 | Indicates that disk or snapshot is created by copying another managed disk. |
Empty | 5 | Indicates that disk or snapshot is created as empty disk. |
Unknown | 6 | Unknown source. |
Applies to
Azure SDK for .NET