SharedGalleryImageData 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 SharedGalleryImage data model. Specifies information about the gallery image definition that you want to create or update.
public class SharedGalleryImageData : Azure.ResourceManager.Compute.Models.PirSharedGalleryResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.SharedGalleryImageData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.SharedGalleryImageData>
type SharedGalleryImageData = class
inherit PirSharedGalleryResourceData
interface IJsonModel<SharedGalleryImageData>
interface IPersistableModel<SharedGalleryImageData>
Public Class SharedGalleryImageData
Inherits PirSharedGalleryResourceData
Implements IJsonModel(Of SharedGalleryImageData), IPersistableModel(Of SharedGalleryImageData)
- Inheritance
- Implements
Properties
Architecture |
The architecture of the image. Applicable to OS disks only. |
ArtifactTags |
The artifact tags of a shared gallery resource. |
DisallowedDiskTypes |
A list of disk types. |
EndOfLifeOn |
The end of life date of the gallery image definition. This property can be used for decommissioning purposes. This property is updatable. |
Eula |
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. |
Identifier |
This is the gallery image definition identifier. |
Location |
Resource location. (Inherited from PirResourceData) |
Name |
Resource name. (Inherited from PirResourceData) |
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. |
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