你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthorizationRuleInner 构造函数

定义

重载

AuthorizationRuleInner()

初始化 AuthorizationRuleInner 类的新实例。

AuthorizationRuleInner(IList<AccessRights>, String, String, String)

初始化 AuthorizationRuleInner 类的新实例。

AuthorizationRuleInner()

初始化 AuthorizationRuleInner 类的新实例。

public AuthorizationRuleInner ();
Public Sub New ()

适用于

AuthorizationRuleInner(IList<AccessRights>, String, String, String)

初始化 AuthorizationRuleInner 类的新实例。

public AuthorizationRuleInner (System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessRights> rights, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner : System.Collections.Generic.IList<Microsoft.Azure.Management.EventHub.Fluent.Models.AccessRights> * string * string * string -> Microsoft.Azure.Management.EventHub.Fluent.Models.AuthorizationRuleInner
Public Sub New (rights As IList(Of AccessRights), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

参数

rights
IList<AccessRights>

与规则关联的权限。

id
String
name
String
type
String

适用于