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

AuthorizationExtensions.GetAzurePermissionsForResources 方法

定义

获取调用方对资源拥有的所有权限。

  • 请求路径/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/permissions
  • 操作IdAzurePermissionsForResource_List
public static Azure.Pageable<Azure.ResourceManager.Authorization.Models.RoleDefinitionPermission> GetAzurePermissionsForResources (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAzurePermissionsForResources : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Authorization.Models.RoleDefinitionPermission>
<Extension()>
Public Function GetAzurePermissionsForResources (resourceGroupResource As ResourceGroupResource, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RoleDefinitionPermission)

参数

resourceGroupResource
ResourceGroupResource

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

resourceProviderNamespace
String

资源提供程序的命名空间。

parentResourcePath
String

父资源标识。

resourceType
String

资源的资源类型。

resourceName
String

要为其获取权限的资源的名称。

cancellationToken
CancellationToken

要使用的取消标记。

返回

可能需要多个服务请求来循环访问的 的 RoleDefinitionPermission 集合。

例外

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

resourceProviderNamespaceparentResourcePathresourceTyperesourceName 为 null。

适用于