次の方法で共有


DeletedApplicationsOperationsExtensions.HardDelete メソッド

定義

アプリケーションをハード削除します。

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)

パラメーター

operations
IDeletedApplicationsOperations

この拡張メソッドの操作グループ。

applicationObjectId
String

アプリケーション オブジェクト ID。

適用対象