GalleryArtifactPublishingProfileBase interface
Describes the basic gallery artifact publishing profile.
Properties
| end |
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. |
| exclude |
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. |
| published |
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. |
| replica |
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. |
| replication |
Optional parameter which specifies the mode to be used for replication. This property is not updatable. |
| storage |
Specifies the strategy to be used when selecting the storage account type. Cannot be specified along with storageAccountType, but can be overridden per region by specifying targetRegions[].storageAccountType. This property is not updatable. |
| storage |
Specifies the storage account type to be used to store the image. Cannot be specified along with storageAccountStrategy. This property is not updatable. |
| target |
The target extended locations where the Image Version is going to be replicated to. This property is updatable. |
| target |
The target regions where the Image Version is going to be replicated to. This property is updatable. |
Property Details
endOfLifeDate
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable.
endOfLifeDate?: Date
Property Value
Date
excludeFromLatest
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version.
excludeFromLatest?: boolean
Property Value
boolean
publishedDate
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.
publishedDate?: Date
Property Value
Date
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.
replicaCount?: number
Property Value
number
replicationMode
Optional parameter which specifies the mode to be used for replication. This property is not updatable.
replicationMode?: string
Property Value
string
storageAccountStrategy
Specifies the strategy to be used when selecting the storage account type. Cannot be specified along with storageAccountType, but can be overridden per region by specifying targetRegions[].storageAccountType. This property is not updatable.
storageAccountStrategy?: string
Property Value
string
storageAccountType
Specifies the storage account type to be used to store the image. Cannot be specified along with storageAccountStrategy. This property is not updatable.
storageAccountType?: string
Property Value
string
targetExtendedLocations
The target extended locations where the Image Version is going to be replicated to. This property is updatable.
targetExtendedLocations?: GalleryTargetExtendedLocation[]
Property Value
targetRegions
The target regions where the Image Version is going to be replicated to. This property is updatable.
targetRegions?: TargetRegion[]