Compartir a través de


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

Devoluciones

Se aplica a