GalleryApplicationVersionPublishingProfile Class

Definition

The publishing profile of a gallery image version.

public class GalleryApplicationVersionPublishingProfile : Microsoft.Azure.Management.Compute.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>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, Nullable<Boolean>)

Initializes a new instance of the GalleryApplicationVersionPublishingProfile class.

GalleryApplicationVersionPublishingProfile(UserArtifactSource, IList<TargetRegion>, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, String, IList<GalleryTargetExtendedLocation>, UserArtifactManage, UserArtifactSettings, IDictionary<String, String>, Nullable<Boolean>, IList<GalleryApplicationCustomAction>)

Initializes a new instance of the GalleryApplicationVersionPublishingProfile class.

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

Initializes a new instance of the GalleryApplicationVersionPublishingProfile class.

Properties

AdvancedSettings

Gets or sets optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.

CustomActions

Gets or sets a list of custom actions that can be performed with this Gallery Application Version.

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)
ManageActions
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)
Settings
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)
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)

Methods

Validate()

Validate the object.

Applies to