Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomImage

Package version

A custom image.

Hierarchy

Index

Properties

Optional author

author: undefined | string

The author of the custom image.

Optional creationDate

creationDate: Date

The creation date of the custom image. NOTE: This property will not be serialized. It can only be populated by the server.

Optional customImagePlan

Storage information about the plan related to this custom image

Optional dataDiskStorageInfo

dataDiskStorageInfo: DataDiskStorageTypeInfo[]

Storage information about the data disks present in the custom image

Optional description

description: undefined | string

The description of the custom image.

Optional id

id: undefined | string

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isPlanAuthorized

isPlanAuthorized: undefined | false | true

Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment

Optional location

location: undefined | string

The location of the resource.

Optional managedImageId

managedImageId: undefined | string

The Managed Image Id backing the custom image.

Optional managedSnapshotId

managedSnapshotId: undefined | string

The Managed Snapshot Id backing the custom image.

Optional name

name: undefined | string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | object

The tags of the resource.

Optional type

type: undefined | string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uniqueIdentifier

uniqueIdentifier: undefined | string

The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.

Optional vhd

The VHD from which the image is to be created.

Optional vm

The virtual machine from which the image is to be created.

Generated using TypeDoc