ImageTemplateUpdateParameters interface
Parameters for updating an image template.
Properties
identity | The identity of the image template, if configured. |
properties | Parameters for updating an image template. |
tags | The user-specified tags associated with the image template. |
Property Details
identity
The identity of the image template, if configured.
identity?: ImageTemplateIdentity
Property Value
properties
Parameters for updating an image template.
properties?: ImageTemplateUpdateParametersProperties
Property Value
tags
The user-specified tags associated with the image template.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}