IServiceBusNamespace インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure Service Bus名前空間の不変のクライアント側表現。
public interface IServiceBusNamespace : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager,Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.Models.NamespaceModelInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusNamespace>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ServiceBus.Fluent.ServiceBusNamespace.Update.IUpdate>
type IServiceBusNamespace = interface
interface IGroupableResource<IServiceBusManager, NamespaceModelInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IServiceBusManager>
interface IHasInner<NamespaceModelInner>
interface IRefreshable<IServiceBusNamespace>
interface IUpdatable<IUpdate>
Public Interface IServiceBusNamespace
Implements IGroupableResource(Of IServiceBusManager, NamespaceModelInner), IHasInner(Of NamespaceModelInner), IHasManager(Of IServiceBusManager), IRefreshable(Of IServiceBusNamespace), IUpdatable(Of IUpdate)
- 実装
プロパティ
AuthorizationRules |
Service Bus 名前空間の承認規則を管理するためのエントリ ポイントを取得します。 |
CreatedAt |
名前空間が作成された時間を取得します。 |
DnsLabel |
Service Bus 名前空間の相対 DNS 名を取得します。 |
Fqdn |
Service Bus 名前空間の完全修飾ドメイン名 (FQDN) を取得します。 |
Id |
リソース ID 文字列を取得します (継承元 IHasId) |
Inner |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IHasInner<T>) |
Key |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IIndexable) |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
Name |
リソースの名前を取得します (継承元 IHasName) |
Queues |
Service Bus 名前空間のキュー エンティティを管理するためのエントリ ポイントを取得します。 |
Region |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IResource) |
RegionName |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IResource) |
ResourceGroupName |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IHasResourceGroup) |
Sku |
SKU 値を取得します。 |
Tags |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IResource) |
Topics |
Service Bus 名前空間のトピック エンティティを管理するためのエントリ ポイントを取得します。 |
Type |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IResource) |
UpdatedAt |
名前空間が更新された時刻を取得します。 |
メソッド
Refresh() |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Azure と同期するようにリソースを更新します。 (継承元 IRefreshable<T>) |
Update() |
Azure Service Bus名前空間の不変のクライアント側表現。 (継承元 IUpdatable<T>) |
適用対象
Azure SDK for .NET