GalleryApplicationVersionPublishingProfile Class

Definition

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
GalleryApplicationVersionPublishingProfile
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)

Explicit Interface Implementations

IJsonModel<GalleryApplicationVersionPublishingProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GalleryApplicationVersionPublishingProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GalleryArtifactPublishingProfileBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from GalleryArtifactPublishingProfileBase)
IJsonModel<GalleryArtifactPublishingProfileBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryApplicationVersionPublishingProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryApplicationVersionPublishingProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GalleryApplicationVersionPublishingProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GalleryArtifactPublishingProfileBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryArtifactPublishingProfileBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryArtifactPublishingProfileBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GalleryArtifactPublishingProfileBase)

Applies to