Sdílet prostřednictvím


DeletedApplicationsOperationsExtensions.HardDelete Method

Definition

Hard-delete an application.

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

Parameters

operations
IDeletedApplicationsOperations

The operations group for this extension method.

applicationObjectId
String

Application object ID.

Applies to