Share via


IGalleryArtifactPublishingProfileBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactPublishingProfileBaseTypeConverter))]
public interface IGalleryArtifactPublishingProfileBase : Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactPublishingProfileBaseTypeConverter))>]
type IGalleryArtifactPublishingProfileBase = interface
    interface IJsonSerializable
Public Interface IGalleryArtifactPublishingProfileBase
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EndOfLifeDate

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

ExcludeFromLatest

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

PublishedDate

The timestamp for when the gallery image version is published.

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.

ReplicationMode

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

StorageAccountType

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

TargetExtendedLocation

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

TargetRegion

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to