次の方法で共有


ITopic インターフェイス

定義

Service Bus トピックを表す型。

public interface ITopic : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.TopicInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.Models.TopicInner>, 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.TopicInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ServiceBus.Fluent.ITopic>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Update.IUpdate>
type ITopic = interface
    interface IIndependentChildResource<IServiceBusManager, TopicInner>
    interface IGroupableResource<IServiceBusManager, TopicInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IServiceBusManager>
    interface IHasInner<TopicInner>
    interface IIndependentChild<IServiceBusManager>
    interface IRefreshable<ITopic>
    interface IUpdatable<IUpdate>
Public Interface ITopic
Implements IGroupableResource(Of IServiceBusManager, TopicInner), IHasInner(Of TopicInner), IHasManager(Of IServiceBusManager), IIndependentChild(Of IServiceBusManager), IIndependentChildResource(Of IServiceBusManager, TopicInner), IRefreshable(Of ITopic), IUpdatable(Of IUpdate)
実装

プロパティ

AccessedAt

メッセージが最後に送信された時刻、またはこのトピックに対する受信要求が最後に発生した時刻を取得します。

ActiveMessageCount

トピック内のアクティブなメッセージの数を取得します。

AuthorizationRules

Service Bus トピックの承認規則を管理するためのエントリ ポイントを取得します。

CreatedAt

トピックが作成された正確な時刻を取得します。

CurrentSizeInBytes

トピックの現在のサイズをバイト単位で取得します。

DeadLetterMessageCount

配信不能トピック内のメッセージの数を取得します。

DefaultMessageTtlDuration

メッセージがトピックに送信されてからメッセージが期限切れになるまでの期間を取得します。

DeleteOnIdleDurationInMinutes

トピックが自動的に削除されるアイドル時間を取得します。

DuplicateMessageDetectionHistoryDuration

重複検出履歴の期間を取得します。

Id

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

(継承元 IHasId)
Inner

Service Bus トピックを表す型。

(継承元 IHasInner<T>)
IsBatchedOperationsEnabled

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

IsDuplicateDetectionEnabled

取得は、このトピックで重複検出が必要かどうかを示します。

IsExpressEnabled

取得は、高速エンティティが有効かどうかを示します。

IsPartitioningEnabled

Gets は、トピックを複数のメッセージ ブローカー間でパーティション分割するかどうかを示します。

Key

Service Bus トピックを表す型。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
MaxSizeInMB

トピックに割り当てられたメモリの最大サイズをメガバイト単位で取得します。

Name

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

(継承元 IHasName)
Region

Service Bus トピックを表す型。

(継承元 IResource)
RegionName

Service Bus トピックを表す型。

(継承元 IResource)
ResourceGroupName

Service Bus トピックを表す型。

(継承元 IHasResourceGroup)
ScheduledMessageCount

トピックに送信されたメッセージのうち、まだ使用のために解放されていないメッセージの数を取得します。

Status

トピックの現在の状態を取得します。

SubscriptionCount

トピックのサブスクリプションの数を取得します。

Subscriptions

トピックに関連付けられているサブスクリプションを管理するためのエントリ ポイントを取得します。

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>)

適用対象