SharedGalleryImageVersion 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.
Specifies information about the gallery image version that you want to create or update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SharedGalleryImageVersion : Microsoft.Azure.Management.Compute.Models.PirSharedGalleryResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SharedGalleryImageVersion = class
inherit PirSharedGalleryResource
Public Class SharedGalleryImageVersion
Inherits PirSharedGalleryResource
- Inheritance
- Attributes
Constructors
SharedGalleryImageVersion() |
Initializes a new instance of the SharedGalleryImageVersion class. |
SharedGalleryImageVersion(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, SharedGalleryImageVersionStorageProfile) |
Initializes a new instance of the SharedGalleryImageVersion class. |
Properties
EndOfLifeDate |
Gets or sets the end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
ExcludeFromLatest |
Gets or sets if set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. |
Location |
Gets resource location (Inherited from PirResource) |
Name |
Gets resource name (Inherited from PirResource) |
PublishedDate |
Gets or sets the published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable. |
StorageProfile |
Gets or sets describes the storage profile of the image version. |
UniqueId |
Gets or sets the unique id of this shared gallery. (Inherited from PirSharedGalleryResource) |
Applies to
Azure SDK for .NET