GalleryApplicationVersionPublishingProfile Class

Definition

The publishing profile of a gallery Image Version.

public class GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.Fluent.Models.GalleryArtifactPublishingProfileBase
type GalleryApplicationVersionPublishingProfile = class
    inherit GalleryArtifactPublishingProfileBase
Public Class GalleryApplicationVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
Inheritance
GalleryApplicationVersionPublishingProfile

Constructors

GalleryApplicationVersionPublishingProfile()

Initializes a new instance of the GalleryApplicationVersionPublishingProfile class.

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, StorageAccountType, String, Nullable<Boolean>)

Initializes a new instance of the GalleryApplicationVersionPublishingProfile class.

Properties

ContentType

Gets or sets optional. May be used to help process this file. The type of file contained in the source, e.g. zip, json, etc.

EnableHealthCheck

Gets or sets optional. Whether or not this application reports health.

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)
Source
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)
TargetRegions

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

(Inherited from GalleryArtifactPublishingProfileBase)

Methods

Validate()

Validate the object.

Applies to