ImageVersionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. devcenter. fluent. models. ImageVersionInner
- com.
- com.
public final class ImageVersionInner
extends ProxyResource
Represents an image version.
Constructor Summary
| Constructor | Description |
|---|---|
| ImageVersionInner() |
Creates an instance of Image |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
excludeFromLatest()
Get the exclude |
|
static
Image |
fromJson(JsonReader jsonReader)
Reads an instance of Image |
| 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 |
namePropertiesName()
Get the name property: The semantic version string. |
| Integer |
osDiskImageSizeInGb()
Get the os |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Offset |
publishedDate()
Get the published |
|
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
ImageVersionInner
public ImageVersionInner()
Creates an instance of ImageVersionInner class.
Method Details
excludeFromLatest
public Boolean excludeFromLatest()
Get the excludeFromLatest property: If the version should be excluded from being treated as the latest version.
Returns:
fromJson
public static ImageVersionInner fromJson(JsonReader jsonReader)
Reads an instance of ImageVersionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ImageVersionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ImageVersionInner.name()Returns:
namePropertiesName
public String namePropertiesName()
Get the name property: The semantic version string.
Returns:
osDiskImageSizeInGb
public Integer osDiskImageSizeInGb()
Get the osDiskImageSizeInGb property: The size of the OS disk image, in GB.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
publishedDate
public OffsetDateTime publishedDate()
Get the publishedDate property: The datetime that the backing image version was published.
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:
ImageVersionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ImageVersionInner.type()Returns:
validate
public void validate()
Validates the instance.