Class SharedGalleryImageVersionInner
java.lang.Object
com.azure.resourcemanager.compute.models.PirResource
com.azure.resourcemanager.compute.models.PirSharedGalleryResource
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageVersionInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PirResource>
Specifies information about the gallery image version that you want to create or update.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SharedGalleryImageVersionInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactTags property: The artifact tags of a shared gallery resource.Get the endOfLifeDate property: The end of life date of the gallery image version Definition.Get the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageVersionInner from the JsonReader.location()Get the location property: Resource location.name()Get the name property: Resource name.Get the publishedDate property: The published date of the gallery image version Definition.Get the storageProfile property: Describes the storage profile of the image version.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) uniqueId()Get the uniqueId property: The unique id of this shared gallery.voidvalidate()Validates the instance.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a shared gallery resource.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image version Definition.withExcludeFromLatest(Boolean excludeFromLatest) Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.withPublishedDate(OffsetDateTime publishedDate) Set the publishedDate property: The published date of the gallery image version Definition.withStorageProfile(SharedGalleryImageVersionStorageProfile storageProfile) Set the storageProfile property: Describes the storage profile of the image version.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SharedGalleryImageVersionInner
public SharedGalleryImageVersionInner()Creates an instance of SharedGalleryImageVersionInner class.
-
-
Method Details
-
location
Get the location property: Resource location.- Overrides:
locationin classPirSharedGalleryResource- Returns:
- the location value.
-
name
Get the name property: Resource name.- Overrides:
namein classPirSharedGalleryResource- Returns:
- the name value.
-
uniqueId
Get the uniqueId property: The unique id of this shared gallery.- Overrides:
uniqueIdin classPirSharedGalleryResource- Returns:
- the uniqueId value.
-
withUniqueId
Set the uniqueId property: The unique id of this shared gallery.- Overrides:
withUniqueIdin classPirSharedGalleryResource- Parameters:
uniqueId- the uniqueId value to set.- Returns:
- the SharedGalleryImageVersionInner object itself.
-
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
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
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
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.
-
excludeFromLatest
Get the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.- Returns:
- the excludeFromLatest value.
-
withExcludeFromLatest
Set the excludeFromLatest property: If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.- Parameters:
excludeFromLatest- the excludeFromLatest value to set.- Returns:
- the SharedGalleryImageVersionInner object itself.
-
storageProfile
Get the storageProfile property: Describes the storage profile of the image version.- Returns:
- the storageProfile value.
-
artifactTags
-
withArtifactTags
Set the artifactTags property: The artifact tags of a shared gallery resource.- Parameters:
artifactTags- the artifactTags 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.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PirResource>- Overrides:
toJsonin classPirSharedGalleryResource- Throws:
IOException
-
fromJson
public static SharedGalleryImageVersionInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SharedGalleryImageVersionInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SharedGalleryImageVersionInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the SharedGalleryImageVersionInner.
-