你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefinition 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
事件中心命名空间授权规则定义的全部内容。
public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListen<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithListenOrSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSend<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.AuthorizationRule.Definition.IWithSendOrManage<Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate>, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithAccessPolicy, Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespaceAuthorizationRule.Definition.IWithCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubNamespaceAuthorizationRule>
type IDefinition = interface
interface IBeta
interface IBlank
interface IWithNamespace
interface IWithAccessPolicy
interface IWithListenOrSendOrManage<IWithCreate>
interface IWithListen<IWithCreate>
interface IWithSendOrManage<IWithCreate>
interface IWithSend<IWithCreate>
interface IWithManage<IWithCreate>
interface IWithCreate
interface ICreatable<IEventHubNamespaceAuthorizationRule>
interface IIndexable
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHubNamespaceAuthorizationRule), IWithAccessPolicy, IWithCreate, IWithListen(Of IWithCreate), IWithListenOrSendOrManage(Of IWithCreate), IWithManage(Of IWithCreate), IWithSend(Of IWithCreate), IWithSendOrManage(Of IWithCreate)
- 实现
-
IWithListen<IWithCreate> IWithListen<T> IWithListenOrSendOrManage<IWithCreate> IWithManage<IWithCreate> IWithManage<T> IWithSend<IWithCreate> IWithSend<T> IWithSendOrManage<IWithCreate> IWithSendOrManage<T> IBlank IWithAccessPolicy IWithCreate IWithNamespace IBeta ICreatable<IEventHubNamespaceAuthorizationRule> IIndexable
属性
Key |
事件中心命名空间授权规则定义的全部内容。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。 (继承自 ICreatable<T>) |
WithExistingNamespace(IEventHubNamespace) |
指定需要为给定的事件中心命名空间创建授权规则。 (继承自 IWithNamespace) |
WithExistingNamespace(String, String) |
指定需要为给定的事件中心命名空间创建授权规则。 (继承自 IWithNamespace) |
WithExistingNamespaceId(String) |
指定需要为给定的事件中心命名空间创建授权规则。 (继承自 IWithNamespace) |
WithListenAccess() |
指定规则应启用侦听访问。 (继承自 IWithListen<T>) |
WithManageAccess() |
指定规则应启用管理访问权限。 (继承自 IWithManage<T>) |
WithSendAccess() |
指定规则应启用发送访问权限。 (继承自 IWithSend<T>) |