Partager via


RoleAssignmentsOperationsExtensions.DeleteById Méthode

Définition

Supprimez une attribution de rôle par ID.

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

Paramètres

operations
IRoleAssignmentsOperations

Groupe d’opérations pour cette méthode d’extension.

roleAssignmentId
String

ID complet de l’attribution de rôle, y compris l’étendue, le nom de la ressource et le type de ressource. Format : /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Exemple : /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>

tenantId
String

ID de locataire pour la demande interlocataire

Retours

S’applique à