次の方法で共有


DeadLetterWithResourceIdentity.DeadLetterDestination プロパティ

定義

イベント サブスクリプションに対してイベントを配信する必要がある宛先に関する情報を取得または設定します。 親リソース (トピックまたはドメイン) のマネージド ID 設定を使用して、配信/配信不能時に使用される認証トークンを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="deadLetterDestination")]
public Microsoft.Azure.Management.EventGrid.Models.DeadLetterDestination DeadLetterDestination { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deadLetterDestination")>]
member this.DeadLetterDestination : Microsoft.Azure.Management.EventGrid.Models.DeadLetterDestination with get, set
Public Property DeadLetterDestination As DeadLetterDestination

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象