Class ImageVersionProperties
java.lang.Object
com.azure.resourcemanager.devcenter.fluent.models.ImageVersionProperties
Properties of an image version.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ImageVersionProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the excludeFromLatest property: If the version should be excluded from being treated as the latest version.name()
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.void
validate()
Validates the instance.
-
Constructor Details
-
ImageVersionProperties
public ImageVersionProperties()Creates an instance of ImageVersionProperties class.
-
-
Method Details
-
name
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.
-