ArmElasticModelFactory.ElasticUserInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Elastic.Models.ElasticUserInfo ElasticUserInfo(string firstName = default, string lastName = default, string companyName = default, string emailAddress = default, Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo companyInfo = default);
static member ElasticUserInfo : string * string * string * string * Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo -> Azure.ResourceManager.Elastic.Models.ElasticUserInfo
Public Shared Function ElasticUserInfo (Optional firstName As String = Nothing, Optional lastName As String = Nothing, Optional companyName As String = Nothing, Optional emailAddress As String = Nothing, Optional companyInfo As ElasticCompanyInfo = Nothing) As ElasticUserInfo
Parameters
- firstName
- String
First name of the user.
- lastName
- String
Last name of the user.
- companyName
- String
Company name of the user.
- emailAddress
- String
Email of the user used by Elastic for contacting them if needed.
- companyInfo
- ElasticCompanyInfo
Company information of the user to be passed to partners.
Returns
A new ElasticUserInfo instance for mocking.