GalleryArtifactPublishingProfileBase.ExcludeFromLatest Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="excludeFromLatest")]
public bool? ExcludeFromLatest { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="excludeFromLatest")>]
member this.ExcludeFromLatest : Nullable<bool> with get, set
Public Property ExcludeFromLatest As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to