SharedGalleryImageVersionData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the SharedGalleryImageVersion data model. Specifies information about the gallery image version that you want to create or update.
public class SharedGalleryImageVersionData : Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.SharedGalleryImageVersionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.SharedGalleryImageVersionData>
type SharedGalleryImageVersionData = class
inherit PirSharedGalleryResourceData
interface IJsonModel<SharedGalleryImageVersionData>
interface IPersistableModel<SharedGalleryImageVersionData>
Public Class SharedGalleryImageVersionData
Inherits PirSharedGalleryResourceData
Implements IJsonModel(Of SharedGalleryImageVersionData), IPersistableModel(Of SharedGalleryImageVersionData)
- Inheritance
- Implements
Properties
ArtifactTags |
The artifact tags of a shared gallery resource. |
EndOfLifeOn |
The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
Id |
The resource identifier. |
IsExcludedFromLatest |
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. |
Location |
Resource location. (Inherited from PirResourceData) |
Name |
Resource name. (Inherited from PirResourceData) |
PublishedOn |
The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
StorageProfile |
Describes the storage profile of the image version. |
UniqueId |
The unique id of this shared gallery. (Inherited from PirSharedGalleryResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from PirSharedGalleryResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET