次の方法で共有


DeliveryMode 構造体

定義

イベント サブスクリプションの配信モード。

public readonly struct DeliveryMode : IEquatable<Azure.ResourceManager.EventGrid.Models.DeliveryMode>
type DeliveryMode = struct
Public Structure DeliveryMode
Implements IEquatable(Of DeliveryMode)
継承
DeliveryMode
実装

コンストラクター

DeliveryMode(String)

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

プロパティ

Queue

キュー:

メソッド

Equals(DeliveryMode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DeliveryMode, DeliveryMode)

2 つの DeliveryMode 値が同じかどうかを判断します。

Implicit(String to DeliveryMode)

文字列を DeliveryMode に変換します。

Inequality(DeliveryMode, DeliveryMode)

2 つの DeliveryMode 値が同じでないかどうかを判断します。

適用対象