次の方法で共有


SiteConfigResourceInner.ConnectionStrings プロパティ

定義

接続文字列を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStrings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringInfo> ConnectionStrings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.connectionStrings")>]
member this.ConnectionStrings : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ConnStringInfo> with get, set
Public Property ConnectionStrings As IList(Of ConnStringInfo)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象