你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISubscriptions 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure 中服务总线队列管理 API 的入口点。
public interface ISubscriptions : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.Subscription.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscription>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.ISubscriptionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>
type ISubscriptions = interface
interface ISupportsCreating<IBlank>
interface ISupportsListing<ISubscription>
interface ISupportsGettingByName<ISubscription>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface IHasInner<ISubscriptionsOperations>
Public Interface ISubscriptions
Implements IHasInner(Of ISubscriptionsOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of ISubscription), ISupportsListing(Of ISubscription)
- 实现
属性
Inner |
Azure 中服务总线队列管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
方法
Define(String) |
Azure 中服务总线队列管理 API 的入口点。 (继承自 ISupportsCreating<T>) |
DeleteByName(String) |
从 Azure 中删除资源,并按资源名称标识该资源。 (继承自 ISupportsDeletingByName) |
DeleteByNameAsync(String, CancellationToken) |
从 Azure 异步删除资源,并按资源名称标识该资源。 (继承自 ISupportsDeletingByName) |
GetByName(String) |
根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingByName<T>) |
GetByNameAsync(String, CancellationToken) |
根据当前资源组中的资源名称,从 Azure 获取有关资源的信息。 (继承自 ISupportsGettingByName<T>) |
List() |
列出当前所选订阅中指定类型的所有资源。 (继承自 ISupportsListing<T>) |
ListAsync(Boolean, CancellationToken) |
列出当前所选订阅中指定类型的所有资源。 (继承自 ISupportsListing<T>) |