你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IServiceBusNamespace 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 服务总线命名空间的不可变客户端表示形式。
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 |
获取用于管理服务总线命名空间的授权规则的入口点。 |
CreatedAt |
获取命名空间的创建时间。 |
DnsLabel |
获取服务总线命名空间的相对 DNS 名称。 |
Fqdn |
获取服务总线命名空间 (FQDN) 完全限定的域名。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IHasInner<T>) |
Key |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IIndexable) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
Name |
获取资源的名称 (继承自 IHasName) |
Queues |
获取用于管理服务总线命名空间中的队列实体的入口点。 |
Region |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IResource) |
RegionName |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IResource) |
ResourceGroupName |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IHasResourceGroup) |
Sku |
获取 SKU 值。 |
Tags |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IResource) |
Topics |
获取用于管理服务总线命名空间中的主题实体的入口点。 |
Type |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IResource) |
UpdatedAt |
获取命名空间的更新时间。 |
方法
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
Update() |
Azure 服务总线命名空间的不可变客户端表示形式。 (继承自 IUpdatable<T>) |