次の方法で共有


ISubscription インターフェイス

定義

Service Bus トピック サブスクリプションを表す型。

public interface ISubscription : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.SubscriptionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.Models.SubscriptionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChild<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChildResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.SubscriptionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Update.IUpdate>
type ISubscription = interface
    interface IIndependentChildResource<IServiceBusManager, SubscriptionInner>
    interface IGroupableResource<IServiceBusManager, SubscriptionInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IServiceBusManager>
    interface IHasInner<SubscriptionInner>
    interface IIndependentChild<IServiceBusManager>
    interface IRefreshable<ISubscription>
    interface IUpdatable<IUpdate>
Public Interface ISubscription
Implements IGroupableResource(Of IServiceBusManager, SubscriptionInner), IHasInner(Of SubscriptionInner), IHasManager(Of IServiceBusManager), IIndependentChild(Of IServiceBusManager), IIndependentChildResource(Of IServiceBusManager, SubscriptionInner), IRefreshable(Of ISubscription), IUpdatable(Of IUpdate)
実装

プロパティ

AccessedAt

このサブスクリプションに対する受信要求があった最後の時刻を取得します。

ActiveMessageCount

サブスクリプション内のアクティブなメッセージの数を取得します。

CreatedAt

メッセージが作成された正確な時刻を取得します。

DeadLetterMessageCount

配信不能サブスクリプション内のメッセージの数を取得します。

DefaultMessageTtlDuration

メッセージがサブスクリプションに送信された時点から、メッセージの有効期限が切れる期間を取得します。

DeleteOnIdleDurationInMinutes

サブスクリプションが自動的に削除されるアイドル時間を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

Service Bus トピック サブスクリプションを表す型。

(継承元 IHasInner<T>)
IsBatchedOperationsEnabled

取得は、サーバー側のバッチ処理操作が有効かどうかを示します。

IsDeadLetteringEnabledForExpiredMessages

メッセージの有効期限が切れたときに、このサブスクリプションに配信不能のサポートがあるかどうかを示す値を取得します。

IsDeadLetteringEnabledForFilterEvaluationFailedMessages

取得は、サブスクリプションがフィルター評価例外に対して配信不能サポートを持っているかどうかを示します。

IsSessionEnabled

取得は、サブスクリプションがセッションをサポートしているかどうかを示します。

Key

Service Bus トピック サブスクリプションを表す型。

(継承元 IIndexable)
LockDurationInSeconds

ピーク ロックの期間を取得します。これは、メッセージが他の受信者に対してロックされている時間です。

Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
MaxDeliveryCountBeforeDeadLetteringMessage

配信不能としてマークする前のメッセージ配信の最大数を取得します。

MessageCount

サブスクリプション内のメッセージの数を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Region

Service Bus トピック サブスクリプションを表す型。

(継承元 IResource)
RegionName

Service Bus トピック サブスクリプションを表す型。

(継承元 IResource)
ResourceGroupName

Service Bus トピック サブスクリプションを表す型。

(継承元 IHasResourceGroup)
ScheduledMessageCount

サブスクリプションに送信されたメッセージのうち、使用のためにまだリリースされていないメッセージの数を取得します。

Status

サブスクリプションの現在の状態を取得します。

Tags

Service Bus トピック サブスクリプションを表す型。

(継承元 IResource)
TransferDeadLetterMessageCount

配信不能に転送されたメッセージの数を取得します。

TransferMessageCount

別のキュー、トピック、またはサブスクリプションに転送されたメッセージの数を取得します。

Type

Service Bus トピック サブスクリプションを表す型。

(継承元 IResource)
UpdatedAt

メッセージが更新された正確な時刻を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

Service Bus トピック サブスクリプションを表す型。

(継承元 IUpdatable<T>)

適用対象