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

AuthorizationExtensions.GetRoleManagementPolicy 方法

定义

重载

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
GetRoleManagementPolicy(ArmClient, ResourceIdentifier, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get

GetRoleManagementPolicy(ArmResource, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
public static Azure.Response<Azure.ResourceManager.Authorization.RoleManagementPolicyResource> GetRoleManagementPolicy (this Azure.ResourceManager.ArmResource armResource, string roleManagementPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleManagementPolicy : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleManagementPolicyResource>
<Extension()>
Public Function GetRoleManagementPolicy (armResource As ArmResource, roleManagementPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleManagementPolicyResource)

参数

armResource
ArmResource

方法 ArmResource 将对其执行的实例。

roleManagementPolicyName
String

要获取的角色管理策略的名称 (guid) 。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

roleManagementPolicyName 是一个空字符串,预期为非空。

roleManagementPolicyName 为 null。

适用于

GetRoleManagementPolicy(ArmClient, ResourceIdentifier, String, CancellationToken)

获取资源范围的指定角色管理策略

  • 请求路径/{scope}/providers/Microsoft.Authorization/roleManagementPolicies/{roleManagementPolicyName}
  • 操作IdRoleManagementPolicies_Get
public static Azure.Response<Azure.ResourceManager.Authorization.RoleManagementPolicyResource> GetRoleManagementPolicy (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleManagementPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleManagementPolicy : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleManagementPolicyResource>
<Extension()>
Public Function GetRoleManagementPolicy (client As ArmClient, scope As ResourceIdentifier, roleManagementPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleManagementPolicyResource)

参数

client
ArmClient

方法 ArmClient 将对其执行的实例。

scope
ResourceIdentifier

资源将应用于的范围。

roleManagementPolicyName
String

要获取的角色管理策略的名称 (guid) 。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

roleManagementPolicyName 是一个空字符串,预期为非空。

roleManagementPolicyName 为 null。

适用于