ArmElasticModelFactory.ElasticExternalUserContent Method

Definition

public static Azure.ResourceManager.Elastic.Models.ElasticExternalUserContent ElasticExternalUserContent(string userName = default, string fullName = default, string password = default, string emailId = default, System.Collections.Generic.IEnumerable<string> roles = default);
static member ElasticExternalUserContent : string * string * string * string * seq<string> -> Azure.ResourceManager.Elastic.Models.ElasticExternalUserContent
Public Shared Function ElasticExternalUserContent (Optional userName As String = Nothing, Optional fullName As String = Nothing, Optional password As String = Nothing, Optional emailId As String = Nothing, Optional roles As IEnumerable(Of String) = Nothing) As ElasticExternalUserContent

Parameters

userName
String

Username of the user to be created or updated.

fullName
String

Full name of the user to be created or updated.

password
String

Password of the user to be created or updated.

emailId
String

Email id of the user to be created or updated.

roles
IEnumerable<String>

Roles to be assigned for created or updated user.

Returns

A new ElasticExternalUserContent instance for mocking.

Applies to