ImageInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. ImageInner
- com.
- com.
public final class ImageInner
extends ProxyResource
Represents an image.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageInner() |
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
| 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. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ImageInner
public ImageInner()
Creates an instance of ImageInner class.
Method Details
description
public String description()
Get the description property: The description of the image.
Returns:
fromJson
public static ImageInner fromJson(JsonReader jsonReader)
Reads an instance of ImageInner 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:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ImageInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ImageInner.name()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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ImageInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ImageInner.type()Returns:
validate
public void validate()
Validates the instance.