ArmElasticModelFactory.DeploymentInfoResponse 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 DeploymentInfoResponse.
public static Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse DeploymentInfoResponse (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 DeploymentInfoResponse : Nullable<Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus> * string * string * string * string * Uri * Azure.ResourceManager.Elastic.Models.MarketplaceSaaSInfo -> Azure.ResourceManager.Elastic.Models.DeploymentInfoResponse
Public Shared Function DeploymentInfoResponse (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 DeploymentInfoResponse
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 DeploymentInfoResponse instance for mocking.