Share via


ElasticDeploymentStatus Struct

Definition

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

Healthy.

Unhealthy

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.

Inequality(ElasticDeploymentStatus, ElasticDeploymentStatus)

Determines if two ElasticDeploymentStatus values are not the same.

Applies to