Package version:

Interface ImageUpdate

The source user image virtual hard disk. Only tags may be updated.

interface ImageUpdate {
    hyperVGeneration?: string;
    provisioningState?: string;
    sourceVirtualMachine?: SubResource;
    storageProfile?: ImageStorageProfile;
    tags?: {
        [propertyName: string]: string;
    };
}

Hierarchy (view full)

Properties

hyperVGeneration?: string

Specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource.

provisioningState?: string

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

sourceVirtualMachine?: SubResource

The source virtual machine from which Image is created.

storageProfile?: ImageStorageProfile

Specifies the storage settings for the virtual machine disks.

tags?: {
    [propertyName: string]: string;
}

Resource tags