CommunityGalleryImageVersion 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 CommunityGalleryImageVersion : Microsoft.Azure.Management.Compute.Models.PirCommunityGalleryResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CommunityGalleryImageVersion = class
inherit PirCommunityGalleryResource
Public Class CommunityGalleryImageVersion
Inherits PirCommunityGalleryResource
- Inheritance
- Attributes
Constructors
CommunityGalleryImageVersion() |
Initializes a new instance of the CommunityGalleryImageVersion class. |
CommunityGalleryImageVersion(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, SharedGalleryImageVersionStorageProfile) |
Initializes a new instance of the CommunityGalleryImageVersion 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 PirCommunityGalleryResource) |
Name |
Gets resource name (Inherited from PirCommunityGalleryResource) |
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. |
Type |
Gets resource type (Inherited from PirCommunityGalleryResource) |
UniqueId |
Gets or sets the unique id of this community gallery. (Inherited from PirCommunityGalleryResource) |
Applies to
Azure SDK for .NET