ElasticDeploymentStatus Struct
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.
Flag specifying if the Elastic deployment status is healthy or not.
public readonly struct ElasticDeploymentStatus : IEquatable<Azure.ResourceManager.Elastic.Models.ElasticDeploymentStatus>
type ElasticDeploymentStatus = struct
Public Structure ElasticDeploymentStatus
Implements IEquatable(Of ElasticDeploymentStatus)
- Inheritance
-
ElasticDeploymentStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticDeploymentStatus(String) |
Initializes a new instance of ElasticDeploymentStatus. |
Properties
| Name | Description |
|---|---|
| Healthy |
Gets the Healthy. |
| Unhealthy |
Gets the Unhealthy. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticDeploymentStatus) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ElasticDeploymentStatus, ElasticDeploymentStatus) |
Determines if two ElasticDeploymentStatus values are the same. |
| Implicit(String to ElasticDeploymentStatus) |
Converts a string to a ElasticDeploymentStatus. |
| Implicit(String to Nullable<ElasticDeploymentStatus>) | |
| Inequality(ElasticDeploymentStatus, ElasticDeploymentStatus) |
Determines if two ElasticDeploymentStatus values are not the same. |