Condividi tramite


IPermissionOperations.ListForResourceAsync Metodo

Definizione

Ottiene le autorizzazioni di una risorsa.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult> ListForResourceAsync(string resourceGroupName, Microsoft.Azure.ResourceIdentity identity, System.Threading.CancellationToken cancellationToken);
abstract member ListForResourceAsync : string * Microsoft.Azure.ResourceIdentity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult>
Public Function ListForResourceAsync (resourceGroupName As String, identity As ResourceIdentity, cancellationToken As CancellationToken) As Task(Of PermissionGetResult)

Parametri

resourceGroupName
String

Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.

identity
Microsoft.Azure.ResourceIdentity

Risorsa

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Informazioni sulle autorizzazioni.

Si applica a