次の方法で共有


ArmEventGridModelFactory.PartnerTopicData メソッド

定義

PartnerTopicData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.EventGrid.PartnerTopicData PartnerTopicData (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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Guid? partnerRegistrationImmutableId = default, string source = default, Azure.ResourceManager.EventGrid.Models.PartnerTopicEventTypeInfo eventTypeInfo = default, DateTimeOffset? expireOnIfNotActivated = default, Azure.ResourceManager.EventGrid.Models.PartnerTopicProvisioningState? provisioningState = default, Azure.ResourceManager.EventGrid.Models.PartnerTopicActivationState? activationState = default, string partnerTopicFriendlyDescription = default, string messageForActivation = default);
static member PartnerTopicData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Guid> * string * Azure.ResourceManager.EventGrid.Models.PartnerTopicEventTypeInfo * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.EventGrid.Models.PartnerTopicProvisioningState> * Nullable<Azure.ResourceManager.EventGrid.Models.PartnerTopicActivationState> * string * string -> Azure.ResourceManager.EventGrid.PartnerTopicData
Public Shared Function PartnerTopicData (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 identity As ManagedServiceIdentity = Nothing, Optional partnerRegistrationImmutableId As Nullable(Of Guid) = Nothing, Optional source As String = Nothing, Optional eventTypeInfo As PartnerTopicEventTypeInfo = Nothing, Optional expireOnIfNotActivated As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As Nullable(Of PartnerTopicProvisioningState) = Nothing, Optional activationState As Nullable(Of PartnerTopicActivationState) = Nothing, Optional partnerTopicFriendlyDescription As String = Nothing, Optional messageForActivation As String = Nothing) As PartnerTopicData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

タグ。

location
AzureLocation

場所。

identity
ManagedServiceIdentity

パートナー トピック リソースの ID 情報。

partnerRegistrationImmutableId
Nullable<Guid>

対応するパートナー登録の immutableId。

source
String

このパートナー トピックに関連付けられているソース。 これは、一意のパートナー リソースを表します。

eventTypeInfo
PartnerTopicEventTypeInfo

対応するイベント チャネルからのイベントの種類の情報。

expireOnIfNotActivated
Nullable<DateTimeOffset>

パートナー トピックの有効期限。 パートナー トピックがまだアクティブ化されていない間にこのタイマーが期限切れになると、パートナー トピックと対応するイベント チャネルが削除されます。

provisioningState
Nullable<PartnerTopicProvisioningState>

パートナー トピックのプロビジョニング状態。

activationState
Nullable<PartnerTopicActivationState>

パートナー トピックのアクティブ化の状態。

partnerTopicFriendlyDescription
String

トピックに関するわかりやすい説明。 これは、発行元/パートナーが顧客パートナー トピックのカスタム説明を表示するように設定できます。 これは、顧客のパートナー トピックの作成元のあいまいさを取り除くために役立ちます。

messageForActivation
String

サブスクライバーによる承認プロセス中に使用できるコンテキストまたは役立つメッセージ。

戻り値

モック作成用の新しい PartnerTopicData インスタンス。

適用対象