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
ElasticDeploymentStatus(String) |
Initializes a new instance of ElasticDeploymentStatus. |
Properties
Healthy |
Healthy. |
Unhealthy |
Unhealthy. |
Methods
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
Equality(ElasticDeploymentStatus, ElasticDeploymentStatus) |
Determines if two ElasticDeploymentStatus values are the same. |
Implicit(String to ElasticDeploymentStatus) |
Converts a string to a ElasticDeploymentStatus. |
Inequality(ElasticDeploymentStatus, ElasticDeploymentStatus) |
Determines if two ElasticDeploymentStatus values are not the same. |
Applies to
Azure SDK for .NET