Delen via


PermissionsOperationsExtensions.ListForResource Methode

Definitie

Hiermee haalt u alle machtigingen op die de aanroeper heeft voor een resource.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission> ListForResource (this Microsoft.Azure.Management.Authorization.IPermissionsOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName);
static member ListForResource : Microsoft.Azure.Management.Authorization.IPermissionsOperations * string * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.Permission>
<Extension()>
Public Function ListForResource (operations As IPermissionsOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String) As IPage(Of Permission)

Parameters

operations
IPermissionsOperations

De bewerkingsgroep voor deze extensiemethode.

resourceGroupName
String

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

resourceProviderNamespace
String

De naamruimte van de resourceprovider.

parentResourcePath
String

De bovenliggende resource-id.

resourceType
String

Het resourcetype van de resource.

resourceName
String

De naam van de resource waarvoor u de machtigingen wilt ophalen.

Retouren

Van toepassing op