次の方法で共有


TopicUpdateParameters クラス

定義

トピック更新プログラムのプロパティ

[Microsoft.Rest.Serialization.JsonTransformation]
public class TopicUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TopicUpdateParameters = class
Public Class TopicUpdateParameters
継承
TopicUpdateParameters
属性

コンストラクター

TopicUpdateParameters()

TopicUpdateParameters クラスの新しいインスタンスを初期化します。

TopicUpdateParameters(IDictionary<String,String>, IdentityInfo, String, IList<InboundIpRule>, Nullable<Boolean>, String)

TopicUpdateParameters クラスの新しいインスタンスを初期化します。

プロパティ

DataResidencyBoundary

トピックのデータ所在地の境界を取得または設定します。 指定できる値は、'WithinGeopair'、'WithinRegion' です。

DisableLocalAuth

このブール値を取得または設定して、ローカル認証を有効または無効にします。既定値は false です。 プロパティが true に設定されている場合、ユーザーがトピックへの発行を許可されている場合は、AAD トークンのみが認証に使用されます。

Identity

トピック リソース ID 情報を取得または設定します。

InboundIpRules

すべての IP ではなく、特定の IP からのトラフィックを制限するために使用できる値を取得または設定します。 注: これらは、PublicNetworkAccess が有効になっている場合にのみ考慮されます。

PublicNetworkAccess

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

Tags

Topic リソースのタグを取得または設定します。

適用対象