Freigeben über


ApplicationsOperationsExtensions.RemoveOwner Methode

Definition

Entfernen Sie ein Mitglied aus Besitzern.

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

Parameter

operations
IApplicationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

applicationObjectId
String

Die Objekt-ID der Anwendung, aus der der Besitzer entfernt werden soll.

ownerObjectId
String

Besitzerobjekt-ID

Gilt für: