CommunityGalleryImageData 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 CommunityGalleryImage data model. Specifies information about the gallery image definition that you want to create or update.
public class CommunityGalleryImageData : Azure.ResourceManager.Compute.Models.PirCommunityGalleryResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.CommunityGalleryImageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.CommunityGalleryImageData>
type CommunityGalleryImageData = class
inherit PirCommunityGalleryResourceData
interface IJsonModel<CommunityGalleryImageData>
interface IPersistableModel<CommunityGalleryImageData>
Public Class CommunityGalleryImageData
Inherits PirCommunityGalleryResourceData
Implements IJsonModel(Of CommunityGalleryImageData), IPersistableModel(Of CommunityGalleryImageData)
- Inheritance
- Implements
Properties
Architecture |
The architecture of the image. Applicable to OS disks only. |
ArtifactTags |
The artifact tags of a community gallery resource. |
DisallowedDiskTypes |
A list of disk types. |
Disclaimer |
The disclaimer for a community gallery resource. |
EndOfLifeOn |
The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. |
Eula |
The end-user license agreement for the current community gallery image. |
Features |
A list of gallery image features. |
HyperVGeneration |
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. |
Id |
The resource identifier. |
ImageIdentifier |
This is the community gallery image definition identifier. |
Location |
Resource location. (Inherited from PirCommunityGalleryResourceData) |
Name |
Resource name. (Inherited from PirCommunityGalleryResourceData) |
OSState |
This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'. |
OSType |
This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. Possible values are: Windows, Linux.. |
PrivacyStatementUri |
Privacy statement URI for the current community gallery image. |
PurchasePlan |
Describes the gallery image definition purchase plan. This is used by marketplace images. |
Recommended |
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. |
ResourceType |
Resource type. (Inherited from PirCommunityGalleryResourceData) |
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