PermissionOperationsExtensions.ListForResourceAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee haalt u een resourcemachtiging op.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult> ListForResourceAsync (this Microsoft.Azure.Management.Authorization.IPermissionOperations operations, string resourceGroupName, Microsoft.Azure.ResourceIdentity identity);
static member ListForResourceAsync : Microsoft.Azure.Management.Authorization.IPermissionOperations * string * Microsoft.Azure.ResourceIdentity -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult>
<Extension()>
Public Function ListForResourceAsync (operations As IPermissionOperations, resourceGroupName As String, identity As ResourceIdentity) As Task(Of PermissionGetResult)
Parameters
- operations
- IPermissionOperations
Verwijzing naar de Microsoft.Azure.Management.Authorization.IPermissionOperations.
- resourceGroupName
- String
Vereist. De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- identity
- Microsoft.Azure.ResourceIdentity
Vereist. Resource
Retouren
Informatie over machtigingen.
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET