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

IDefinition 接口

定义

需要实现的所有定义的容器接口。

public interface IDefinition : Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IBlank, Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithCreate, Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithRole, Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IWithScope, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>
type IDefinition = interface
    interface IBlank
    interface IWithAssignee
    interface IWithRole
    interface IWithScope
    interface IWithCreate
    interface ICreatable<IRoleAssignment>
    interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IRoleAssignment), IWithCreate, IWithRole, IWithScope
派生
实现

属性

Key

需要实现的所有定义的容器接口。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行它。

(继承自 ICreatable<T>)
ForGroup(IActiveDirectoryGroup)

将角色分配的受让人指定为组。

(继承自 IWithAssignee)
ForObjectId(String)

指定角色分配的被代理人。

(继承自 IWithAssignee)
ForServicePrincipal(IServicePrincipal)

将角色分配的受让人指定为服务主体。

(继承自 IWithAssignee)
ForServicePrincipal(String)

将角色分配的受让人指定为服务主体。

(继承自 IWithAssignee)
ForUser(IActiveDirectoryUser)

将角色分配的受让人指定为用户。

(继承自 IWithAssignee)
ForUser(String)

将角色分配的受让人指定为用户。

(继承自 IWithAssignee)
WithBuiltInRole(BuiltInRole)

指定此分配的内置角色的名称。

(继承自 IWithRole)
WithResourceGroupScope(IResourceGroup)

将角色分配的范围指定为资源组。

(继承自 IWithScope)
WithResourceScope(IResource)

将角色分配的范围指定为特定资源。

(继承自 IWithScope)
WithRoleDefinition(String)

指定此分配的自定义角色的 ID。

(继承自 IWithRole)
WithScope(String)

指定角色分配的范围。 范围通常是订阅、资源组、资源等的 ID。

(继承自 IWithScope)
WithSubscriptionScope(String)

将角色分配的范围指定为整个订阅。

(继承自 IWithScope)

适用于