StorageBlobDeadLetterDestination クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ストレージ BLOB ベースの配信不能の宛先に関する情報。
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("StorageBlob")]
public class StorageBlobDeadLetterDestination : Microsoft.Azure.Management.EventGrid.Models.DeadLetterDestination
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("StorageBlob")>]
type StorageBlobDeadLetterDestination = class
inherit DeadLetterDestination
Public Class StorageBlobDeadLetterDestination
Inherits DeadLetterDestination
- 継承
- 属性
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
コンストラクター
StorageBlobDeadLetterDestination() |
StorageBlobDeadLetterDestination クラスの新しいインスタンスを初期化します。 |
StorageBlobDeadLetterDestination(String, String) |
StorageBlobDeadLetterDestination クラスの新しいインスタンスを初期化します。 |
プロパティ
BlobContainerName |
配信不能イベントの送信先であるストレージ BLOB コンテナーの名前を取得または設定します。 |
ResourceId |
配信不能イベントの送信先であるストレージ アカウントの Azure リソース ID を取得または設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET