DevBoxImageReference Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevBoxImageReference
- com.
Implements
public final class DevBoxImageReference
implements JsonSerializable<DevBoxImageReference>
Specifies information about the image used.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| String |
getName()
Get the name property: The name of the image used. |
| String |
getOperatingSystem()
Get the operating |
| String |
getOsBuildNumber()
Get the os |
|
Offset |
getPublishedDate()
Get the published |
| String |
getVersion()
Get the version property: The version of the image. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevBoxImageReference fromJson(JsonReader jsonReader)
Reads an instance of DevBoxImageReference from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The name of the image used.
Returns:
getOperatingSystem
public String getOperatingSystem()
Get the operatingSystem property: The operating system of the image.
Returns:
getOsBuildNumber
public String getOsBuildNumber()
Get the osBuildNumber property: The operating system build number of the image.
Returns:
getPublishedDate
public OffsetDateTime getPublishedDate()
Get the publishedDate property: The datetime that the backing image version was published, in RFC3339 format.
Returns:
getVersion
public String getVersion()
Get the version property: The version of the image.
Returns: