Share via


GalleryArtifactPublishingProfileBase Class

Definition

Describes the basic gallery artifact publishing profile.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactPublishingProfileBaseTypeConverter))]
public class GalleryArtifactPublishingProfileBase : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryArtifactPublishingProfileBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryArtifactPublishingProfileBaseTypeConverter))>]
type GalleryArtifactPublishingProfileBase = class
    interface IGalleryArtifactPublishingProfileBase
    interface IJsonSerializable
Public Class GalleryArtifactPublishingProfileBase
Implements IGalleryArtifactPublishingProfileBase
Inheritance
GalleryArtifactPublishingProfileBase
Attributes
Implements

Constructors

GalleryArtifactPublishingProfileBase()

Creates an new GalleryArtifactPublishingProfileBase instance.

Properties

EndOfLifeDate

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

ExcludeFromLatest

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

PublishedDate

The timestamp for when the gallery image version is published.

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.

ReplicationMode

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

StorageAccountType

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

TargetExtendedLocation

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

TargetRegion

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryArtifactPublishingProfileBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryArtifactPublishingProfileBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryArtifactPublishingProfileBase.

FromJsonString(String)

Creates a new instance of GalleryArtifactPublishingProfileBase, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryArtifactPublishingProfileBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to