次の方法で共有


TopicUpdateParameters.PublicNetworkAccess プロパティ

定義

パブリック ネットワーク経由でトラフィックを許可するかどうかを決定する値を取得または設定します。 既定では有効になっています。 lt;seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" /> を構成&することで、特定の IP をさらに制限できます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象