IImageProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ImagePropertiesTypeConverter))]
public interface IImageProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ImagePropertiesTypeConverter))>]
type IImageProperties = interface
interface IJsonSerializable
Public Interface IImageProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Description |
The description of the image. |
HibernateSupport |
Indicates whether this image has hibernate enabled. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate |
MemoryMax |
Maximum value. |
MemoryMin |
Minimum value. |
Offer |
The name of the image offer. |
ProvisioningState |
The provisioning state of the resource. |
Publisher |
The publisher of the image. |
Sku |
The SKU name for the image. |
VCpUsMax |
Maximum value. |
VCpUsMin |
Minimum value. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |