RoleDefinitionOperationsExtensions.GetById 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.
Get role definition by name (GUID).
public static Microsoft.Azure.Management.Authorization.Models.RoleDefinitionGetResult GetById (this Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations operations, string roleDefinitionId);
static member GetById : Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations * string -> Microsoft.Azure.Management.Authorization.Models.RoleDefinitionGetResult
<Extension()>
Public Function GetById (operations As IRoleDefinitionOperations, roleDefinitionId As String) As RoleDefinitionGetResult
Parameters
- operations
- IRoleDefinitionOperations
Reference to the Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations.
- roleDefinitionId
- String
Required. Fully qualified role definition Id
Returns
Role definition get operation result.
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