GalleryImageVersionPublishingProfile Class

Definition

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
GalleryImageVersionPublishingProfile
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)

Explicit Interface Implementations

IJsonModel<GalleryArtifactPublishingProfileBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from GalleryArtifactPublishingProfileBase)
IJsonModel<GalleryArtifactPublishingProfileBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GalleryArtifactPublishingProfileBase)
IJsonModel<GalleryImageVersionPublishingProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GalleryImageVersionPublishingProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryArtifactPublishingProfileBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryArtifactPublishingProfileBase>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryArtifactPublishingProfileBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GalleryArtifactPublishingProfileBase)
IPersistableModel<GalleryImageVersionPublishingProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryImageVersionPublishingProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GalleryImageVersionPublishingProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to