ArmElasticModelFactory.ElasticCompanyInfo 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.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.