IGalleryImageVersionPublishingProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionPublishingProfileTypeConverter))]
public interface IGalleryImageVersionPublishingProfile : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryArtifactPublishingProfileBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionPublishingProfileTypeConverter))>]
type IGalleryImageVersionPublishingProfile = interface
interface IJsonSerializable
interface IGalleryArtifactPublishingProfileBase
Public Interface IGalleryImageVersionPublishingProfile
Implements IGalleryArtifactPublishingProfileBase
- 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. (Inherited from IGalleryArtifactPublishingProfileBase) |
ExcludeFromLatest |
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. (Inherited from IGalleryArtifactPublishingProfileBase) |
PublishedDate |
The timestamp for when the gallery image version is published. (Inherited from IGalleryArtifactPublishingProfileBase) |
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 IGalleryArtifactPublishingProfileBase) |
ReplicationMode |
Optional parameter which specifies the mode to be used for replication. This property is not updatable. (Inherited from IGalleryArtifactPublishingProfileBase) |
StorageAccountType |
Specifies the storage account type to be used to store the image. This property is not updatable. (Inherited from IGalleryArtifactPublishingProfileBase) |
TargetExtendedLocation |
The target extended locations where the Image Version is going to be replicated to. This property is updatable. (Inherited from IGalleryArtifactPublishingProfileBase) |
TargetRegion |
The target regions where the Image Version is going to be replicated to. This property is updatable. (Inherited from IGalleryArtifactPublishingProfileBase) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |