Share via


StaticSiteBuildProperties.ApiBuildCommand Property

Definition

Gets or sets a custom command to run during deployment of the Azure Functions API application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to