CreationSourceType Enum

Definition

public enum CreationSourceType
type CreationSourceType = 
Public Enum CreationSourceType
Inheritance
CreationSourceType

Fields

CopiedFromDisk 4

Indicates that disk or snapshot is created by copying another managed disk.

CopiedFromSnapshot 3

Indicates that disk or snapshot is created by copying a snapshot.

Empty 5

Indicates that disk or snapshot is created as empty disk.

FromDataDiskImage 1

Indicates that disk or snapshot is created from data disk image of a virtual machine platform or virtual machine user image.

FromOSDiskImage 0

Indicates that disk or snapshot is created from Os 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.

Unknown 6

Unknown source.

Applies to