ArmElasticModelFactory.ElasticDeploymentInfoResult 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.
Initializes a new instance of ElasticDeploymentInfoResult.
public static Azure.ResourceManager.Elastic.Models.ElasticDeploymentInfoResult ElasticDeploymentInfoResult(Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus? status = default, string version = default, string memoryCapacity = default, string diskCapacity = default, string elasticsearchEndPoint = default, Uri deploymentUri = default, Azure.ResourceManager.Elastic.Models.MarketplaceSaaSInfo marketplaceSaasInfo = default, string projectType = default, string configurationType = default);
static member ElasticDeploymentInfoResult : Nullable<Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus> * string * string * string * string * Uri * Azure.ResourceManager.Elastic.Models.MarketplaceSaaSInfo * string * string -> Azure.ResourceManager.Elastic.Models.ElasticDeploymentInfoResult
Public Shared Function ElasticDeploymentInfoResult (Optional status As Nullable(Of ElasticDeploymentStatus) = Nothing, Optional version As String = Nothing, Optional memoryCapacity As String = Nothing, Optional diskCapacity As String = Nothing, Optional elasticsearchEndPoint As String = Nothing, Optional deploymentUri As Uri = Nothing, Optional marketplaceSaasInfo As MarketplaceSaaSInfo = Nothing, Optional projectType As String = Nothing, Optional configurationType As String = Nothing) As ElasticDeploymentInfoResult
Parameters
- status
- Nullable<ElasticDeploymentStatus>
The Elastic deployment status.
- version
- String
Version of the elasticsearch in Elastic cloud deployment.
- memoryCapacity
- String
RAM capacity of the elasticsearch in Elastic cloud deployment.
- diskCapacity
- String
Disk capacity of the elasticsearch in Elastic cloud deployment.
- elasticsearchEndPoint
- String
Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.
- deploymentUri
- Uri
Deployment URL of the elasticsearch in Elastic cloud deployment.
- marketplaceSaasInfo
- MarketplaceSaaSInfo
Marketplace SaaS Info of the resource.
- projectType
- String
Project Type - Applicable for Serverless only.
- configurationType
- String
ConfigurationType Type - Applicable for Serverless only.
Returns
A new ElasticDeploymentInfoResult instance for mocking.