ArmElasticModelFactory.ElasticCloudProperties 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.ElasticCloudProperties ElasticCloudProperties(Azure.ResourceManager.Elastic.Models.ElasticCloudUser elasticCloudUser = default, Azure.ResourceManager.Elastic.Models.ElasticCloudDeployment elasticCloudDeployment = default);
static member ElasticCloudProperties : Azure.ResourceManager.Elastic.Models.ElasticCloudUser * Azure.ResourceManager.Elastic.Models.ElasticCloudDeployment -> Azure.ResourceManager.Elastic.Models.ElasticCloudProperties
Public Shared Function ElasticCloudProperties (Optional elasticCloudUser As ElasticCloudUser = Nothing, Optional elasticCloudDeployment As ElasticCloudDeployment = Nothing) As ElasticCloudProperties
Parameters
- elasticCloudUser
- ElasticCloudUser
Details of the user's elastic account.
- elasticCloudDeployment
- ElasticCloudDeployment
Details of the elastic cloud deployment.
Returns
A new ElasticCloudProperties instance for mocking.