次の方法で共有


SearchServiceUpdate.PublicNetworkAccess プロパティ

定義

既存の顧客リソースとテンプレートの重大な変更を回避するために、この値を "有効" に設定できます。 'disabled' に設定すると、パブリック インターフェイス経由のトラフィックは許可されず、プライベート エンドポイント接続は排他アクセス方法になります。 使用可能な値は次のとおりです: 'enabled'、'disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")]
public Microsoft.Azure.Management.Search.Models.PublicNetworkAccess? PublicNetworkAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publicNetworkAccess")>]
member this.PublicNetworkAccess : Nullable<Microsoft.Azure.Management.Search.Models.PublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As Nullable(Of PublicNetworkAccess)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象