Class SharedGalleryImageVersionInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.PirResource
-
- com.azure.resourcemanager.compute.models.PirSharedGalleryResource
-
- com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionInner
-
public final class SharedGalleryImageVersionInner extends PirSharedGalleryResource
Specifies information about the gallery image version that you want to create or update.
-
-
Constructor Summary
Constructors Constructor Description SharedGalleryImageVersionInner()
-
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.SharedGalleryImageVersionInnerwithEndOfLifeDate(OffsetDateTime endOfLifeDate)Set the endOfLifeDate property: The end of life date of the gallery image version Definition.SharedGalleryImageVersionInnerwithPublishedDate(OffsetDateTime publishedDate)Set the publishedDate property: The published date of the gallery image version Definition.SharedGalleryImageVersionInnerwithUniqueId(String uniqueId)Set the uniqueId property: The unique id of this shared gallery.-
Methods inherited from class com.azure.resourcemanager.compute.models.PirSharedGalleryResource
uniqueId
-
Methods inherited from class com.azure.resourcemanager.compute.models.PirResource
location, name
-
-
-
-
Method Detail
-
withUniqueId
public SharedGalleryImageVersionInner withUniqueId(String uniqueId)
Set the uniqueId property: The unique id of this shared gallery.- Overrides:
withUniqueIdin classPirSharedGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the PirSharedGalleryResource object itself.
-
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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner 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 SharedGalleryImageVersionInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classPirSharedGalleryResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-