次の方法で共有


StaticSiteBuildProperties.ApiBuildCommand プロパティ

定義

Azure Functions API アプリケーションのデプロイ中に実行するカスタム コマンドを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象