你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePrincipalsOperationsExtensions.Delete 方法

定义

从目录中删除服务主体。

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

参数

operations
IServicePrincipalsOperations

此扩展方法的操作组。

objectId
String

要删除的服务主体的对象 ID。

适用于