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