PermissionOperationsExtensions.ListForResourceGroupAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a resource group permissions.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult> ListForResourceGroupAsync (this Microsoft.Azure.Management.Authorization.IPermissionOperations operations, string resourceGroupName);
static member ListForResourceGroupAsync : Microsoft.Azure.Management.Authorization.IPermissionOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.PermissionGetResult>
<Extension()>
Public Function ListForResourceGroupAsync (operations As IPermissionOperations, resourceGroupName As String) As Task(Of PermissionGetResult)
Parameters
- operations
- IPermissionOperations
Reference to the Microsoft.Azure.Management.Authorization.IPermissionOperations.
- resourceGroupName
- String
Required. Name of the resource group to get the permissions for.The name is case insensitive.
Returns
Permissions information.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET