ImageProperties Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. fluent. models. ImageProperties
- com.
Implements
public final class ImageProperties
implements JsonSerializable<ImageProperties>
Properties of an image.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageProperties() |
Creates an instance of Image |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the image. |
|
static
Image |
fromJson(JsonReader jsonReader)
Reads an instance of Image |
|
Hibernate |
hibernateSupport()
Get the hibernate |
| String |
offer()
Get the offer property: The name of the image offer. |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
publisher()
Get the publisher property: The publisher of the image. |
|
Recommended |
recommendedMachineConfiguration()
Get the recommended |
| String |
sku()
Get the sku property: The SKU name for the image. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ImageProperties
public ImageProperties()
Creates an instance of ImageProperties class.
Method Details
description
public String description()
Get the description property: The description of the image.
Returns:
fromJson
public static ImageProperties fromJson(JsonReader jsonReader)
Reads an instance of ImageProperties from the JsonReader.
Parameters:
Returns:
Throws:
hibernateSupport
public HibernateSupport hibernateSupport()
Get the hibernateSupport property: 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.
Returns:
offer
public String offer()
Get the offer property: The name of the image offer.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
publisher
public String publisher()
Get the publisher property: The publisher of the image.
Returns:
recommendedMachineConfiguration
public RecommendedMachineConfiguration recommendedMachineConfiguration()
Get the recommendedMachineConfiguration property: The recommended machine configuration to use with the image.
Returns:
sku
public String sku()
Get the sku property: The SKU name for the image.
Returns:
toJson
validate
public void validate()
Validates the instance.