GalleryImageVersionPublishingProfile Class
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.
The publishing profile of a gallery image Version.
public class GalleryImageVersionPublishingProfile : Azure.ResourceManager.Compute.Models.GalleryArtifactPublishingProfileBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionPublishingProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.GalleryImageVersionPublishingProfile>
type GalleryImageVersionPublishingProfile = class
inherit GalleryArtifactPublishingProfileBase
interface IJsonModel<GalleryImageVersionPublishingProfile>
interface IPersistableModel<GalleryImageVersionPublishingProfile>
Public Class GalleryImageVersionPublishingProfile
Inherits GalleryArtifactPublishingProfileBase
Implements IJsonModel(Of GalleryImageVersionPublishingProfile), IPersistableModel(Of GalleryImageVersionPublishingProfile)
- Inheritance
- Implements
Constructors
GalleryImageVersionPublishingProfile() |
Initializes a new instance of GalleryImageVersionPublishingProfile. |
Properties
EndOfLifeOn |
The end of life date of the gallery image version. This property can be used for decommissioning purposes. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
IsExcludedFromLatest |
If set to true, Virtual Machines deployed from the latest version of the Image Definition won't use this Image Version. (Inherited from GalleryArtifactPublishingProfileBase) |
PublishedOn |
The timestamp for when the gallery image version is published. (Inherited from GalleryArtifactPublishingProfileBase) |
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 GalleryArtifactPublishingProfileBase) |
ReplicationMode |
Optional parameter which specifies the mode to be used for replication. This property is not updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
StorageAccountType |
Specifies the storage account type to be used to store the image. This property is not updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
TargetExtendedLocations |
The target extended locations where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
TargetRegions |
The target regions where the Image Version is going to be replicated to. This property is updatable. (Inherited from GalleryArtifactPublishingProfileBase) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from GalleryArtifactPublishingProfileBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET