CreationSourceType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.compute.models.CreationSourceType

public enum CreationSourceType
extends 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.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static CreationSourceType valueOf(String name)

Parameters

name
String

Returns

values()

public static CreationSourceType[] values()

Returns

Applies to