ProjectsAgentVersionCreationOptions.Draft Property

Definition

(Preview) Whether this agent version is a draft (candidate) rather than a release. The service defaults to false if a value is not specified by the caller. Draft versions are recorded but excluded from default 'latest' resolution and are not auto-promoted.

public bool? Draft { get; set; }
member this.Draft : Nullable<bool> with get, set
Public Property Draft As Nullable(Of Boolean)

Property Value

Applies to