Package version:

Interface VirtualMachineImageResource

Virtual machine image resource information.

interface VirtualMachineImageResource {
    extendedLocation?: ExtendedLocation;
    id?: string;
    location: string;
    name: string;
    tags?: {
        [propertyName: string]: string;
    };
}

Hierarchy (view full)

Properties

extendedLocation?: ExtendedLocation

The extended location of the Virtual Machine.

id?: string

Resource Id

location: string

The supported Azure location of the resource.

name: string

The name of the resource.

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

Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources.