GalleryImageVersionPublishingProfile 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.
The publishing profile of a gallery image Version.
public class GalleryImageVersionPublishingProfile : Microsoft.Azure.Management.Compute.Models.GalleryArtifactPublishingProfileBase
type GalleryImageVersionPublishingProfile = class
inherit GalleryArtifactPublishingProfileBase
Public Class GalleryImageVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
- Inheritance
Constructors
GalleryImageVersionPublishingProfile() |
Initializes a new instance of the GalleryImageVersionPublishingProfile class. |
GalleryImageVersionPublishingProfile(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>) |
Initializes a new instance of the GalleryImageVersionPublishingProfile class. |
Properties
EndOfLifeDate |
Gets or sets the end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
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. (Inherited from GalleryArtifactPublishingProfileBase) |
PublishedDate |
Gets the timestamp for when the gallery image version is published. (Inherited from GalleryArtifactPublishingProfileBase) |
ReplicaCount |
Gets or sets the number of replicas of the Image Version to be created per region. This property would take effect for a region when regionalReplicaCount is not specified. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
ReplicationMode |
Gets or sets optional parameter which specifies the mode to be used for replication. This property is not updatable. Possible values include: 'Full', 'Shallow' (Inherited from GalleryArtifactPublishingProfileBase) |
StorageAccountType |
Gets or sets specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: 'Standard_LRS', 'Standard_ZRS', 'Premium_LRS' (Inherited from GalleryArtifactPublishingProfileBase) |
TargetExtendedLocations |
Gets or sets the target extended locations where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
TargetRegions |
Gets or sets the target regions where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |