ArmElasticModelFactory.ElasticCompanyInfo Method

Definition

public static Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo ElasticCompanyInfo(string domain = default, string business = default, string employeesNumber = default, string state = default, string country = default);
static member ElasticCompanyInfo : string * string * string * string * string -> Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo
Public Shared Function ElasticCompanyInfo (Optional domain As String = Nothing, Optional business As String = Nothing, Optional employeesNumber As String = Nothing, Optional state As String = Nothing, Optional country As String = Nothing) As ElasticCompanyInfo

Parameters

domain
String

Domain of the company.

business
String

Business of the company.

employeesNumber
String

Number of employees in the company.

state
String

State of the company location.

country
String

Country of the company location.

Returns

A new ElasticCompanyInfo instance for mocking.

Applies to