Compartilhar via


IUsersOperations.CreateOrUpdateWithHttpMessagesAsync Método

Definição

Cria um novo usuário ou atualiza as informações de um usuário existente em um dispositivo de borda/gateway do data box.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EdgeGateway.Models.User>> CreateOrUpdateWithHttpMessagesAsync (string deviceName, string name, string resourceGroupName, Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret encryptedPassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> shareAccessRights = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.EdgeGateway.Models.User>>
Public Function CreateOrUpdateWithHttpMessagesAsync (deviceName As String, name As String, resourceGroupName As String, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of User))

Parâmetros

deviceName
String

O nome do dispositivo.

name
String

O nome do usuário.

resourceGroupName
String

O nome do grupo de recursos.

encryptedPassword
AsymmetricEncryptedSecret

Os detalhes da senha.

shareAccessRights
IList<ShareAccessRight>

Lista de compartilhamentos nos quais o usuário tem direitos. Esse campo não deve ser especificado durante a criação do usuá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

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a