GalleryImageProperties interface
Properties under the gallery image resource
Properties
| cloud |
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure] |
| container |
Storage ContainerID of the storage container to be used for gallery image |
| hyper |
The hypervisor generation of the Virtual Machine [V1, V2] |
| identifier | This is the gallery image definition identifier. |
| image |
location of the image the gallery image should be created from |
| os |
Operating system type that the gallery image uses [Windows, Linux] |
| provisioning |
Provisioning state of the gallery image. |
| source |
Resource ID of the source virtual machine from whose OS disk the gallery image is created. |
| status | The observed state of gallery images |
| version | Specifies information about the gallery image version that you want to create or update. |
| vm |
The credentials used to login to the image repository that has access to the specified image |
Property Details
cloudInitDataSource
Datasource for the gallery image when provisioning with cloud-init [NoCloud, Azure]
cloudInitDataSource?: string
Property Value
string
containerId
Storage ContainerID of the storage container to be used for gallery image
containerId?: string
Property Value
string
hyperVGeneration
The hypervisor generation of the Virtual Machine [V1, V2]
hyperVGeneration?: string
Property Value
string
identifier
This is the gallery image definition identifier.
identifier?: GalleryImageIdentifier
Property Value
imagePath
location of the image the gallery image should be created from
imagePath?: string
Property Value
string
osType
Operating system type that the gallery image uses [Windows, Linux]
osType: string
Property Value
string
provisioningState
Provisioning state of the gallery image.
provisioningState?: string
Property Value
string
sourceVirtualMachineId
Resource ID of the source virtual machine from whose OS disk the gallery image is created.
sourceVirtualMachineId?: string
Property Value
string
status
version
Specifies information about the gallery image version that you want to create or update.
version?: GalleryImageVersion
Property Value
vmImageRepositoryCredentials
The credentials used to login to the image repository that has access to the specified image
vmImageRepositoryCredentials?: VmImageRepositoryCredentials