次の方法で共有


ServiceBusClientAffineProperties クラス

定義

クライアント アフィン サブスクリプションに固有のプロパティ。

public class ServiceBusClientAffineProperties
type ServiceBusClientAffineProperties = class
Public Class ServiceBusClientAffineProperties
継承
ServiceBusClientAffineProperties

コンストラクター

ServiceBusClientAffineProperties()

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

プロパティ

ClientId

client-affine サブスクリプションを作成したアプリケーションのクライアント ID を示します。

IsDurable

client-affine サブスクリプションの場合、この値はサブスクリプションが永続的かどうかを示します。

IsShared

client-affine サブスクリプションの場合、この値はサブスクリプションが共有されているかどうかを示します。

適用対象