Compartir a través de


UsersOperationsExtensions.CreateOrUpdateAsync Método

Definición

Crea un nuevo usuario o actualiza la información de un usuario existente en un dispositivo perimetral o de puerta de enlace de caja de datos.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.User> CreateOrUpdateAsync (this Microsoft.Azure.Management.EdgeGateway.IUsersOperations operations, 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.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.EdgeGateway.IUsersOperations * string * string * string * Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret * System.Collections.Generic.IList<Microsoft.Azure.Management.EdgeGateway.Models.ShareAccessRight> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EdgeGateway.Models.User>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IUsersOperations, deviceName As String, name As String, resourceGroupName As String, Optional encryptedPassword As AsymmetricEncryptedSecret = Nothing, Optional shareAccessRights As IList(Of ShareAccessRight) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of User)

Parámetros

operations
IUsersOperations

Grupo de operaciones para este método de extensión.

deviceName
String

El nombre de dispositivo.

name
String

Nombre de usuario.

resourceGroupName
String

El nombre del grupo de recursos.

encryptedPassword
AsymmetricEncryptedSecret

Detalles de la contraseña.

shareAccessRights
IList<ShareAccessRight>

Lista de recursos compartidos en los que el usuario tiene derechos. Este campo no debe especificarse durante la creación del usuario.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a