GalleryApplicationVersionPublishingProfile 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 GalleryApplicationVersionPublishingProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactPublishingProfileBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryApplicationVersionPublishingProfile>
type GalleryApplicationVersionPublishingProfile = class
inherit GalleryArtifactPublishingProfileBase
interface IJsonModel<GalleryApplicationVersionPublishingProfile>
interface IPersistableModel<GalleryApplicationVersionPublishingProfile>
Public Class GalleryApplicationVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
Implements IJsonModel(Of GalleryApplicationVersionPublishingProfile), IPersistableModel(Of GalleryApplicationVersionPublishingProfile)
- Inheritance
- Implements
Constructors
GalleryApplicationVersionPublishingProfile(UserArtifactSource) |
Initializes a new instance of GalleryApplicationVersionPublishingProfile. |
Properties
AdvancedSettings |
Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only. |
CustomActions |
A list of custom actions that can be performed with this Gallery Application Version. |
EnableHealthCheck |
Optional. Whether or not this application reports health. |
EndOfLifeOn |
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) |
IsExcludedFromLatest |
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 |
Gets or sets the manage actions. |
PublishedOn |
The timestamp for when the gallery image version is published. (Inherited from GalleryArtifactPublishingProfileBase) |
ReplicaCount |
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 |
Optional parameter which specifies the mode to be used for replication. This property is not updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
Settings |
Additional settings for the VM app that contains the target package and config file name when it is deployed to target VM or VM scale set. |
Source |
The source image from which the Image Version is going to be created. |
StorageAccountType |
Specifies the storage account type to be used to store the image. This property is not updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
TargetExtendedLocations |
The target extended locations where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
TargetRegions |
The target regions where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from GalleryArtifactPublishingProfileBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET