Freigeben über


RoleAssignmentsOperationsExtensions.Delete Methode

Definition

Löschen Sie eine Rollenzuweisung nach Bereich und Name.

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

Parameter

operations
IRoleAssignmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

scope
String

Der Bereich des Vorgangs oder der Ressource. Gültige Bereiche sind: Abonnement (Format: '/subscriptions/{subscriptionId}'), Ressourcengruppe (Format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' oder Ressource (Format: '/subscriptions/{subscriptionId}/resourceGroupGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}''

roleAssignmentName
String

Der Name der Rollenzuweisung. Es kann sich um eine beliebige gültige GUID sein.

tenantId
String

Mandanten-ID für mandantenübergreifende Anforderung

Gibt zurück

Gilt für: