Class ImageVersionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.ImageVersionInner
public final class ImageVersionInner
extends com.azure.core.management.ProxyResource
Represents an image version.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the excludeFromLatest property: If the version should be excluded from being treated as the latest version.Get the name property: The semantic version string.Get the osDiskImageSizeInGb property: The size of the OS disk image, in GB.Get the provisioningState property: The provisioning state of the resource.Get the publishedDate property: The datetime that the backing image version was published.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
ImageVersionInner
public ImageVersionInner()Creates an instance of ImageVersionInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
namePropertiesName
Get the name property: The semantic version string.- Returns:
- the name value.
-
publishedDate
Get the publishedDate property: The datetime that the backing image version was published.- Returns:
- the publishedDate value.
-
excludeFromLatest
Get the excludeFromLatest property: If the version should be excluded from being treated as the latest version.- Returns:
- the excludeFromLatest value.
-
osDiskImageSizeInGb
Get the osDiskImageSizeInGb property: The size of the OS disk image, in GB.- Returns:
- the osDiskImageSizeInGb value.
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-