ServiceClient.IService.SecurityPrincipalsDelete Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Exclui usuário e grupos.
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
Parâmetros
- request
- SecurityPrincipalsDeleteRequest
A solicitação de exclusão.
Retornos
A MessageResponse para a operação.
Implementações
- Atributos