Class SharedGalleryImageVersionProperties
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionProperties
-
public final class SharedGalleryImageVersionProperties extends Object
Describes the properties of a gallery image version.
-
-
Constructor Summary
Constructors Constructor Description SharedGalleryImageVersionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimeendOfLifeDate()Get the endOfLifeDate property: The end of life date of the gallery image version Definition.OffsetDateTimepublishedDate()Get the publishedDate property: The published date of the gallery image version Definition.voidvalidate()Validates the instance.SharedGalleryImageVersionPropertieswithEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image version Definition.SharedGalleryImageVersionPropertieswithPublishedDate(OffsetDateTime publishedDate)Set the publishedDate property: The published date of the gallery image version Definition.
-
-
-
Method Detail
-
publishedDate
public OffsetDateTime publishedDate()
Get the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.- Returns:
- the publishedDate value.
-
withPublishedDate
public SharedGalleryImageVersionProperties withPublishedDate(OffsetDateTime publishedDate)
Set the publishedDate property: The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.- Parameters:
publishedDate- the publishedDate value to set.- Returns:
- the SharedGalleryImageVersionProperties object itself.
-
endOfLifeDate
public OffsetDateTime endOfLifeDate()
Get the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.- Returns:
- the endOfLifeDate value.
-
withEndOfLifeDate
public SharedGalleryImageVersionProperties withEndOfLifeDate(OffsetDateTime endOfLifeDate)
Set the endOfLifeDate property: The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.- Parameters:
endOfLifeDate- the endOfLifeDate value to set.- Returns:
- the SharedGalleryImageVersionProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-