Udostępnij za pośrednictwem


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

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