ServiceClient.IService.SecurityPrincipalsDelete Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime un utilisateur et des groupes.
virtual Microsoft::MasterDataServices::MessageResponse ^ Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete(Microsoft::MasterDataServices::SecurityPrincipalsDeleteRequest ^ request) = Microsoft::MasterDataServices::IService::SecurityPrincipalsDelete;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.MessageResponse IService.SecurityPrincipalsDelete (Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete : Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
override this.Microsoft.MasterDataServices.IService.SecurityPrincipalsDelete : Microsoft.MasterDataServices.SecurityPrincipalsDeleteRequest -> Microsoft.MasterDataServices.MessageResponse
Function SecurityPrincipalsDelete (request As SecurityPrincipalsDeleteRequest) As MessageResponse Implements IService.SecurityPrincipalsDelete
Paramètres
- request
- SecurityPrincipalsDeleteRequest
Demande de suppression.
Retours
MessageResponse pour l'opération.
Implémente
- Attributs