Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GalleryArtifactPublishingProfileBase

Package version

Describes the basic gallery artifact publishing profile.

Hierarchy

  • GalleryArtifactPublishingProfileBase

Index

Properties

Optional endOfLifeDate

endOfLifeDate: Date

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

Optional excludeFromLatest

excludeFromLatest: undefined | false | true

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

Optional publishedDate

publishedDate: Date

The timestamp for when the gallery image version is published. NOTE: This property will not be serialized. It can only be populated by the server.

Optional replicaCount

replicaCount: undefined | number

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.

Optional replicationMode

replicationMode: ReplicationMode

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

Optional storageAccountType

storageAccountType: StorageAccountType

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

Optional targetRegions

targetRegions: TargetRegion[]

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

Generated using TypeDoc