ProjectsAgentVersionCreationOptions.Draft Property
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.
(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)