共用方式為


ArmElasticModelFactory.ElasticDeploymentInfoResult Method

Definition

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);
static member ElasticDeploymentInfoResult : Nullable<Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus> * string * string * string * string * Uri * Azure.ResourceManager.Elastic.Models.MarketplaceSaaSInfo -> 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) 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.

Returns

A new ElasticDeploymentInfoResult instance for mocking.

Applies to