SiteSourceControlInner.Branch Property

Definition

Gets or sets name of branch to use for deployment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.branch")]
public string Branch { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.branch")>]
member this.Branch : string with get, set
Public Property Branch As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to