GalleryArtifactPublishingProfileBase Class

Definition

Describes the basic gallery artifact publishing profile.

public class GalleryArtifactPublishingProfileBase
type GalleryArtifactPublishingProfileBase = class
Public Class GalleryArtifactPublishingProfileBase
Inheritance
GalleryArtifactPublishingProfileBase
Derived

Constructors

GalleryArtifactPublishingProfileBase()

Initializes a new instance of the GalleryArtifactPublishingProfileBase class.

GalleryArtifactPublishingProfileBase(IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType)

Initializes a new instance of the GalleryArtifactPublishingProfileBase 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.

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.

PublishedDate

Gets the timestamp for when the gallery Image Version is published.

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.

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'

TargetRegions

Gets or sets the target regions where the Image Version is going to be replicated to. This property is updatable.

Applies to