ServiceBusModelFactory クラス

定義

このクラスには、特定の ServiceBus モデルを作成するためのメソッドが含まれています。

public static class ServiceBusModelFactory
type ServiceBusModelFactory = class
Public Class ServiceBusModelFactory
継承
ServiceBusModelFactory

メソッド

QueueProperties(String, TimeSpan, Int64, Boolean, Boolean, TimeSpan, TimeSpan, Boolean, TimeSpan, Int32, Boolean, EntityStatus, String, String, String, Boolean)

モック作成用の新しい QueueProperties インスタンスを作成します。

QueueRuntimeProperties(String, Int64, Int64, Int64, Int64, Int64, Int64, Int64, DateTimeOffset, DateTimeOffset, DateTimeOffset)

モック作成用の新しい QueueRuntimeProperties(String, Int64, Int64, Int64, Int64, Int64, Int64, Int64, DateTimeOffset, DateTimeOffset, DateTimeOffset) インスタンスを作成します。

RuleProperties(String, RuleFilter, RuleAction)

モック作成用の新しい RuleProperties インスタンスを作成します。

ServiceBusMessageBatch(Int64, IList<ServiceBusMessage>, CreateMessageBatchOptions, Func<ServiceBusMessage,Boolean>)

ServiceBusMessageBatch クラスの新しいインスタンスを初期化します。

ServiceBusReceivedMessage(BinaryData, String, String, String, String, String, TimeSpan, String, String, String, String, String, DateTimeOffset, IDictionary<String,Object>, Guid, Int32, DateTimeOffset, Int64, String, Int64, DateTimeOffset, ServiceBusMessageState)

モック作成用の新しい ServiceBusReceivedMessage インスタンスを作成します。

SubscriptionProperties(String, String, TimeSpan, Boolean, TimeSpan, TimeSpan, Boolean, Int32, Boolean, EntityStatus, String, String, String)

モック作成用の新しい SubscriptionProperties インスタンスを作成します。

SubscriptionRuntimeProperties(String, String, Int64, Int64, Int64, Int64, Int64, DateTimeOffset, DateTimeOffset, DateTimeOffset)

モック作成用の新しい SubscriptionRuntimeProperties(String, String, Int64, Int64, Int64, Int64, Int64, DateTimeOffset, DateTimeOffset, DateTimeOffset) インスタンスを作成します。

TopicProperties(String, Int64, Boolean, TimeSpan, TimeSpan, TimeSpan, Boolean, EntityStatus, Boolean, Int64)

モック作成用の新しい TopicProperties インスタンスを作成します。

TopicRuntimeProperties(String, Int64, Int64, Int32, DateTimeOffset, DateTimeOffset, DateTimeOffset)

モック作成用の新しい TopicRuntimeProperties(String, Int64, Int64, Int32, DateTimeOffset, DateTimeOffset, DateTimeOffset) インスタンスを作成します。

適用対象