CreationSourceType Enum
- java.
lang. Object - java.
lang. Enum<CreationSourceType> - com.
microsoft. azure. management. compute. CreationSourceType
- com.
- java.
public enum CreationSourceType
The source type of managed disk or snapshot.
Fields
COPIED_FROM_DISK |
Indicates that disk or snapshot is created by copying another managed disk. |
COPIED_FROM_SNAPSHOT |
Indicates that disk or snapshot is created by copying a snapshot. |
EMPTY |
Indicates that disk or snapshot is created as empty disk. |
FROM_DATA_DISK_IMAGE |
Indicates that disk or snapshot is created from data disk image of a virtual machine platform or virtual machine user image. |
FROM_OS_DISK_IMAGE |
Indicates that disk or snapshot is created from OS disk image of a virtual machine platform or virtual machine user image. |
IMPORTED_FROM_VHD |
Indicates that disk or snapshot is created by importing a blob in a storage account. |
UNKNOWN |
Unknown source. |
Applies to
Azure SDK for Java