TopicUpdateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TopicUpdateParameters() |
TopicUpdateParameters クラスの新しいインスタンスを初期化します。 |
TopicUpdateParameters(IDictionary<String,String>, IdentityInfo, String, IList<InboundIpRule>, Nullable<Boolean>, String) |
TopicUpdateParameters クラスの新しいインスタンスを初期化します。 |
TopicUpdateParameters()
TopicUpdateParameters クラスの新しいインスタンスを初期化します。
public TopicUpdateParameters ();
Public Sub New ()
適用対象
TopicUpdateParameters(IDictionary<String,String>, IdentityInfo, String, IList<InboundIpRule>, Nullable<Boolean>, String)
TopicUpdateParameters クラスの新しいインスタンスを初期化します。
public TopicUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventGrid.Models.IdentityInfo identity = default, string publicNetworkAccess = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> inboundIpRules = default, bool? disableLocalAuth = default, string dataResidencyBoundary = default);
new Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventGrid.Models.IdentityInfo * string * System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> * Nullable<bool> * string -> Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As IdentityInfo = Nothing, Optional publicNetworkAccess As String = Nothing, Optional inboundIpRules As IList(Of InboundIpRule) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional dataResidencyBoundary As String = Nothing)
パラメーター
- tags
- IDictionary<String,String>
トピック リソースのタグ。
- identity
- IdentityInfo
トピック リソース ID 情報。
- publicNetworkAccess
- String
これにより、パブリック ネットワーク経由でトラフィックが許可されるかどうかが決まります。 既定では有効になっています。 seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.TopicUpdateParameterProperties.InboundIpRules" />を構成<することで、特定の IP にさらに制限できます。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
- inboundIpRules
- IList<InboundIpRule>
これは、すべての IP ではなく、特定の IP からのトラフィックを制限するために使用できます。 注: これらは、PublicNetworkAccess が有効になっている場合にのみ考慮されます。
このブール値は、ローカル認証を有効または無効にするために使用されます。既定値は false です。 プロパティが true に設定されている場合、ユーザーがトピックへの発行を許可されている場合は、AAD トークンのみが認証に使用されます。
- dataResidencyBoundary
- String
トピックのデータ所在地の境界。 使用可能な値は、'WithinGeopair'、'WithinRegion' です。
適用対象
Azure SDK for .NET