Freigeben über


RoleAssignmentsOperationsExtensions.GetById Methode

Definition

Rufen Sie eine Rollenzuweisung nach ID ab.

public static Microsoft.Azure.Management.Authorization.Models.RoleAssignment GetById (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string roleAssignmentId, string tenantId = default);
static member GetById : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * string -> Microsoft.Azure.Management.Authorization.Models.RoleAssignment
<Extension()>
Public Function GetById (operations As IRoleAssignmentsOperations, roleAssignmentId As String, Optional tenantId As String = Nothing) As RoleAssignment

Parameter

operations
IRoleAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

roleAssignmentId
String

Die vollqualifizierte ID der Rollenzuweisung, einschließlich Bereich, Ressourcenname und Ressourcentyp. Format: /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Beispiel: /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>

tenantId
String

Mandanten-ID für mandantenübergreifende Anforderung

Gibt zurück

Gilt für: