Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreationData

Package version

Data used when creating a disk.

Hierarchy

  • CreationData

Index

Properties

createOption

createOption: DiskCreateOption

This enumerates the possible sources of a disk's creation. Possible values include: 'Empty', 'Attach', 'FromImage', 'Import', 'Copy'

Optional imageReference

imageReference: ImageDiskReference

Disk source information.

Optional sourceResourceId

sourceResourceId: undefined | string

If createOption is Copy, this is the ARM id of the source snapshot or disk.

Optional sourceUri

sourceUri: undefined | string

If createOption is Import, this is the URI of a blob to be imported into a managed disk.

Optional storageAccountId

storageAccountId: undefined | string

If createOption is Import, the Azure Resource Manager identifier of the storage account containing the blob to import as a disk. Required only if the blob is in a different subscription

Generated using TypeDoc