次の方法で共有


StorageAccountCredential.ConnectionString プロパティ

定義

ストレージ アカウントの接続文字列を取得または設定します。 ユーザー名とアカウント キーが指定されていない場合は、この文字列を使用します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象