ArmElasticModelFactory.DeploymentInfoResponse Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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);
static member DeploymentInfoResponse : Nullable<Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus> * string * string * string -> 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) As DeploymentInfoResponse
Parameter
- status
- Nullable<ElasticDeploymentStatus>
Die bereitstellung für elastische Status.
- version
- String
Version von elasticsearch in elastic cloud deployment.
- memoryCapacity
- String
RAM-Kapazität von elasticsearch in elastic cloud deployment.
- diskCapacity
- String
Datenträgerkapazität der elasticsearch in elastic cloud deployment.
Gibt zurück
Eine neue DeploymentInfoResponse instance zum Simulieren.