你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreationSourceType Enum

  • java.lang.Object
    • java.lang.Enum<CreationSourceType>
      • com.microsoft.azure.management.compute.CreationSourceType

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