ArmEventGridModelFactory.PartnerNamespaceData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PartnerNamespaceData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.EventGrid.PartnerNamespaceData PartnerNamespaceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.EventGridPrivateEndpointConnectionData> privateEndpointConnections = default, Azure.ResourceManager.EventGrid.Models.PartnerNamespaceProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier partnerRegistrationFullyQualifiedId = default, Azure.ResourceManager.EventGrid.Models.TlsVersion? minimumTlsVersionAllowed = default, Uri endpoint = default, Azure.ResourceManager.EventGrid.Models.EventGridPublicNetworkAccess? publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule> inboundIPRules = default, bool? isLocalAuthDisabled = default, Azure.ResourceManager.EventGrid.Models.PartnerTopicRoutingMode? partnerTopicRoutingMode = default);
static member PartnerNamespaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * seq<Azure.ResourceManager.EventGrid.EventGridPrivateEndpointConnectionData> * Nullable<Azure.ResourceManager.EventGrid.Models.PartnerNamespaceProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.EventGrid.Models.TlsVersion> * Uri * Nullable<Azure.ResourceManager.EventGrid.Models.EventGridPublicNetworkAccess> * seq<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule> * Nullable<bool> * Nullable<Azure.ResourceManager.EventGrid.Models.PartnerTopicRoutingMode> -> Azure.ResourceManager.EventGrid.PartnerNamespaceData
Public Shared Function PartnerNamespaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional privateEndpointConnections As IEnumerable(Of EventGridPrivateEndpointConnectionData) = Nothing, Optional provisioningState As Nullable(Of PartnerNamespaceProvisioningState) = Nothing, Optional partnerRegistrationFullyQualifiedId As ResourceIdentifier = Nothing, Optional minimumTlsVersionAllowed As Nullable(Of TlsVersion) = Nothing, Optional endpoint As Uri = Nothing, Optional publicNetworkAccess As Nullable(Of EventGridPublicNetworkAccess) = Nothing, Optional inboundIPRules As IEnumerable(Of EventGridInboundIPRule) = Nothing, Optional isLocalAuthDisabled As Nullable(Of Boolean) = Nothing, Optional partnerTopicRoutingMode As Nullable(Of PartnerTopicRoutingMode) = Nothing) As PartnerNamespaceData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
タグ。
- location
- AzureLocation
場所。
- privateEndpointConnections
- IEnumerable<EventGridPrivateEndpointConnectionData>
- provisioningState
- Nullable<PartnerNamespaceProvisioningState>
パートナー名前空間のプロビジョニング状態。
- partnerRegistrationFullyQualifiedId
- ResourceIdentifier
このパートナー名前空間に関連付ける必要があるパートナー登録の完全修飾 ARM ID。 これは、/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName} の形式になります。
- minimumTlsVersionAllowed
- Nullable<TlsVersion>
このパートナー名前空間への発行が許可されている発行元の最小 TLS バージョン。
- endpoint
- Uri
パートナー名前空間のエンドポイント。
- publicNetworkAccess
- Nullable<EventGridPublicNetworkAccess>
これにより、トラフィックがパブリック ネットワーク経由で許可されるかどうかが決まります。 既定では有効になっています。 seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.PartnerNamespaceProperties.InboundIpRules" / を構成 <することで、特定の IP にさらに制限できます。>
- inboundIPRules
- IEnumerable<EventGridInboundIPRule>
これは、すべての IP ではなく、特定の IP からのトラフィックを制限するために使用できます。 注: これらは、PublicNetworkAccess が有効になっている場合にのみ考慮されます。
このブール値は、ローカル認証を有効または無効にするために使用されます。既定値は false です。 プロパティが true に設定されている場合、ユーザーがパートナー名前空間への発行を許可されている場合は、AAD トークンのみが認証に使用されます。
- partnerTopicRoutingMode
- Nullable<PartnerTopicRoutingMode>
これにより、このパートナー名前空間に発行されたイベントで、イベント ペイロードで source 属性を使用するか、パートナー トピックと照合するときにヘッダーのチャネル名を使用するかを決定します。 何も指定しない場合は、ソース属性ルーティングがパートナー トピックと一致するために使用されます。
戻り値
モック作成用の新しい PartnerNamespaceData インスタンス。