Share via


GalleryApplicationVersionProperties Class

Definition

Describes the properties of a gallery image version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationVersionPropertiesTypeConverter))]
public class GalleryApplicationVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationVersionPropertiesTypeConverter))>]
type GalleryApplicationVersionProperties = class
    interface IGalleryApplicationVersionProperties
    interface IJsonSerializable
Public Class GalleryApplicationVersionProperties
Implements IGalleryApplicationVersionProperties
Inheritance
GalleryApplicationVersionProperties
Attributes
Implements

Constructors

GalleryApplicationVersionProperties()

Creates an new GalleryApplicationVersionProperties instance.

Properties

DefaultConfigFileLink

Optional. The defaultConfigurationLink of the artifact, must be a readable storage page blob.

Install

Required. The path and arguments to install the gallery application. This is limited to 4096 characters.

PackageFileLink

Required. The mediaLink of the artifact, must be a readable storage page blob.

ProvisioningState

The provisioning state, which only appears in the response.

PublishingProfileAdvancedSetting

Optional. Additional settings to pass to the vm-application-manager extension. For advanced use only.

PublishingProfileEnableHealthCheck

Optional. Whether or not this application reports health.

PublishingProfileEndOfLifeDate

The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.

PublishingProfileExcludeFromLatest

If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.

PublishingProfilePublishedDate

The timestamp for when the gallery image version is published.

PublishingProfileReplicationMode

Optional parameter which specifies the mode to be used for replication. This property is not updatable.

PublishingProfileStorageAccountType

Specifies the storage account type to be used to store the image. This property is not updatable.

PublishingProfileTargetExtendedLocation

The target extended locations where the Image Version is going to be replicated to. This property is updatable.

Remove

Required. The path and arguments to remove the gallery application. This is limited to 4096 characters.

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.

ReplicationStatusAggregatedState

This is the aggregated replication status based on all the regional replication status flags.

ReplicationStatusSummary

This is a summary of replication status for each region.

SettingConfigFileName

Optional. The name to assign the downloaded config file on the VM. This is limited to 4096 characters. If not specified, the config file will be named the Gallery Application name appended with "_config".

SettingPackageFileName

Optional. The name to assign the downloaded package file on the VM. This is limited to 4096 characters. If not specified, the package file will be named the same as the Gallery Application name.

TargetRegion

The target regions where the Image Version is going to be replicated to. This property is updatable.

Update

Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryApplicationVersionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryApplicationVersionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationVersionProperties.

FromJsonString(String)

Creates a new instance of GalleryApplicationVersionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryApplicationVersionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to