你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
INamespaceAuthorizationRules 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
命名空间授权规则管理 API 的入口点。
public interface INamespaceAuthorizationRules : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.ServiceBus.Fluent.NamespaceAuthorizationRule.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ServiceBus.Fluent.INamespacesOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ServiceBus.Fluent.IServiceBusManager>, Microsoft.Azure.Management.ServiceBus.Fluent.IAuthorizationRules<Microsoft.Azure.Management.ServiceBus.Fluent.INamespaceAuthorizationRule>
type INamespaceAuthorizationRules = interface
interface IAuthorizationRules<INamespaceAuthorizationRule>
interface ISupportsListing<INamespaceAuthorizationRule>
interface ISupportsGettingByName<INamespaceAuthorizationRule>
interface ISupportsDeletingByName
interface IHasManager<IServiceBusManager>
interface ISupportsCreating<IBlank>
interface IHasInner<INamespacesOperations>
Public Interface INamespaceAuthorizationRules
Implements IAuthorizationRules(Of INamespaceAuthorizationRule), IHasInner(Of INamespacesOperations), IHasManager(Of IServiceBusManager), ISupportsCreating(Of IBlank), ISupportsDeletingByName, ISupportsGettingByName(Of INamespaceAuthorizationRule), ISupportsListing(Of INamespaceAuthorizationRule)
- 实现
-
ISupportsCreating<IBlank> ISupportsDeletingByName ISupportsGettingByName<INamespaceAuthorizationRule> ISupportsGettingByName<RuleT> ISupportsListing<INamespaceAuthorizationRule> ISupportsListing<RuleT> IHasInner<INamespacesOperations> IHasManager<IServiceBusManager> IAuthorizationRules<INamespaceAuthorizationRule>
属性
Inner |
命名空间授权规则管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
方法
Define(String) |
命名空间授权规则管理 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>) |