CommunityGalleryImageVersion Constructors
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.
Overloads
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. |
CommunityGalleryImageVersion()
Initializes a new instance of the CommunityGalleryImageVersion class.
public CommunityGalleryImageVersion ();
Public Sub New ()
Applies to
CommunityGalleryImageVersion(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, SharedGalleryImageVersionStorageProfile)
Initializes a new instance of the CommunityGalleryImageVersion class.
public CommunityGalleryImageVersion (string name = default, string location = default, string type = default, string uniqueId = default, DateTime? publishedDate = default, DateTime? endOfLifeDate = default, bool? excludeFromLatest = default, Microsoft.Azure.Management.Compute.Models.SharedGalleryImageVersionStorageProfile storageProfile = default);
new Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Microsoft.Azure.Management.Compute.Models.SharedGalleryImageVersionStorageProfile -> Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion
Public Sub New (Optional name As String = Nothing, Optional location As String = Nothing, Optional type As String = Nothing, Optional uniqueId As String = Nothing, Optional publishedDate As Nullable(Of DateTime) = Nothing, Optional endOfLifeDate As Nullable(Of DateTime) = Nothing, Optional excludeFromLatest As Nullable(Of Boolean) = Nothing, Optional storageProfile As SharedGalleryImageVersionStorageProfile = Nothing)
Parameters
- name
- String
Resource name
- location
- String
Resource location
- type
- String
Resource type
- uniqueId
- String
The unique id of this community gallery.
The published date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
The end of life date of the gallery image version Definition. This property can be used for decommissioning purposes. This property is updatable.
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
- storageProfile
- SharedGalleryImageVersionStorageProfile
Describes the storage profile of the image version.
Applies to
Azure SDK for .NET