Delen via


RoleAssignmentsOperationsExtensions.Delete Methode

Definitie

Een roltoewijzing verwijderen op bereik en naam.

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

Parameters

operations
IRoleAssignmentsOperations

De bewerkingsgroep voor deze extensiemethode.

scope
String

Het bereik van de bewerking of resource. Geldige bereiken zijn: abonnement (indeling: '/subscriptions/{subscriptionId}'), resourcegroep (indeling: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' of resource (indeling: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'

roleAssignmentName
String

De naam van de roltoewijzing. Dit kan elke geldige GUID zijn.

tenantId
String

Tenant-id voor aanvraag tussen tenants

Retouren

Van toepassing op