GroupsOperationsExtensions.Delete(IGroupsOperations, String) Method

Definition

Delete a group from the directory.

public static void Delete (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string objectId);
static member Delete : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> unit
<Extension()>
Public Sub Delete (operations As IGroupsOperations, objectId As String)

Parameters

operations
IGroupsOperations

The operations group for this extension method.

objectId
String

The object ID of the group to delete.

Applies to