次の方法で共有


NetworkIsolationSettings.StorageAccountResourceId プロパティ

定義

BACPAC ファイルの格納に使用するストレージ アカウントのリソース ID を取得または設定します。 設定すると、ストレージ アカウントのプライベート エンドポイント接続が作成されます。 StorageUri パラメーターに使用されるストレージ アカウントと一致する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象