IGroupsOperations.RemoveOwnerWithHttpMessagesAsync Método

Definição

Remova um membro dos proprietários.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> RemoveOwnerWithHttpMessagesAsync (string objectId, string ownerObjectId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RemoveOwnerWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function RemoveOwnerWithHttpMessagesAsync (objectId As String, ownerObjectId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

objectId
String

A ID do objeto do grupo do qual remover o proprietário.

ownerObjectId
String

ID de objeto do proprietário

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerado quando um parâmetro necessário é nulo

Aplica-se a