RoleAssignmentListResult 构造函数 参考 反馈 定义 命名空间: Microsoft.Azure.Management.Authorization.Models 程序集: Microsoft.Azure.Management.Authorization.dll 包: Microsoft.Azure.Management.Authorization v2.0.1 初始化 RoleAssignmentListResult 类的新实例。 C# 复制 public RoleAssignment...
For more information, see Delegate Azure role assignment management to others with conditions.List role assignments at a scopeIn the Azure portal, click All services and then select the scope. For example, you can select Management groups, Subscriptions, Resource groups, or a resource. Click the...
Get-AzRoleDefinition"Virtual Machine Operator" 列出自定义角色分配 以下命令可用于查看分配给在 Azure CLI 中创建的自定义角色的人员: Azure CLI az role assignment list--role"Virtual Machine Operator" 在PowerShell 中,使用以下命令: PowerShell Get-AzRoleAssignment-RoleDefinitionName"Virtual Machine Operator"...
RoleAssignmentDetailsList ClasseRéférence Commentaires DéfinitionEspace de noms: Azure.Analytics.Synapse.AccessControl.Models Assembly: Azure.Analytics.Synapse.AccessControl.dll Paquet: Azure.Analytics.Synapse.AccessControl v1.0.0-preview.5 Source: RoleAssignmentDetailsList.cs ...
All reasons appear in alphabetical order in the list on the work form for work items of a particular type, regardless of the sequence in which you specify theREASONelements. The following example shows the elements that define the reasons why a member of the team might resolve a bug: ...
参数 scope String 角色分配的范围。 cancellationToken CancellationToken 返回 Task<IPagedCollection<IRoleAssignment>> 实现 ListByScopeAsync(String, CancellationToken) 适用于 产品版本 Azure SDK for .NETLegacy 本文内容 定义 适用于
RoleAssignmentListResult.Serialization.cs Writes the model into aBinaryData. C# BinaryData IPersistableModel<RoleAssignmentListResult>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options); Parameters options ModelReaderWriterOptions
IRoleAssignmentOperations.ListAsync 方法 参考 反馈 定义 命名空间: Microsoft.Azure.Management.Authorization 程序集: Microsoft.Azure.Management.Authorization.dll 包: Microsoft.Azure.Management.Authorization v2.0.1 获取订阅的角色分配。 C# 复制 public System.Threading.Tasks.Task<Microsoft.Azur...
对Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations 的引用。 nextLink String 必需。 上次成功调用 List 操作后返回的 NextLink。 返回 RoleAssignmentListResult 角色分配列表操作结果。 适用于 产品版本 Azure SDK for .NETLatest 在GitHub 上与我们协作 ...
The following command allows you to see who's assigned to the custom role you've created in Azure CLI:Azure CLI Copy az role assignment list --role "Virtual Machine Operator" For PowerShell, use the following command:PowerShell Copy ...