CommunityGalleryImageVersionData 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 CommunityGalleryImageVersion data model. Specifies information about the gallery image version that you want to create or update.
public class CommunityGalleryImageVersionData : Azure.ResourceManager.Compute.Models.PirCommunityGalleryResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.CommunityGalleryImageVersionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.CommunityGalleryImageVersionData>
type CommunityGalleryImageVersionData = class
inherit PirCommunityGalleryResourceData
interface IJsonModel<CommunityGalleryImageVersionData>
interface IPersistableModel<CommunityGalleryImageVersionData>
Public Class CommunityGalleryImageVersionData
Inherits PirCommunityGalleryResourceData
Implements IJsonModel(Of CommunityGalleryImageVersionData), IPersistableModel(Of CommunityGalleryImageVersionData)
- Inheritance
- Implements
Properties
ArtifactTags |
The artifact tags of a community gallery resource. |
Disclaimer |
The disclaimer for a community 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 PirCommunityGalleryResourceData) |
Name |
Resource name. (Inherited from PirCommunityGalleryResourceData) |
PublishedOn |
The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
ResourceType |
Resource type. (Inherited from PirCommunityGalleryResourceData) |
StorageProfile |
Describes the storage profile of the image version. |
UniqueId |
The unique id of this community gallery. (Inherited from PirCommunityGalleryResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from PirCommunityGalleryResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET