次の方法で共有


NetworkIsolationSettings.SqlServerResourceId プロパティ

定義

この要求のターゲットである SQL サーバーのリソース ID を取得または設定します。 設定すると、SQL サーバーのプライベート エンドポイント接続が作成されます。 操作のターゲットであるサーバーと一致する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象