共用方式為


PermissionsOperationsExtensions.ListForResourceAsync 方法

定義

取得呼叫端針對資源擁有的擁有權限。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission>> ListForResourceAsync (this Microsoft.Azure.Management.Authorization.IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListForResourceAsync : Microsoft.Azure.Management.Authorization.IPermissionsOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission>>
<Extension()>
Public Function ListForResourceAsync (operations As IPermissionsOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Permission))

參數

operations
IPermissionsOperations

這個擴充方法的作業群組。

resourceGroupName
String

資源群組的名稱。 名稱不區分大小寫。

resourceProviderNamespace
String

資源提供者的命名空間。

parentResourcePath
String

父資源識別。

resourceType
String

資源的資源類型。

resourceName
String

要取得許可權的資源名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於