Share via


MongoClusterStatus Struct

Definition

The status of the resource at the time the operation was called.

public readonly struct MongoClusterStatus : IEquatable<Azure.ResourceManager.CosmosDB.Models.MongoClusterStatus>
type MongoClusterStatus = struct
Public Structure MongoClusterStatus
Implements IEquatable(Of MongoClusterStatus)
Inheritance
MongoClusterStatus
Implements

Constructors

MongoClusterStatus(String)

Initializes a new instance of MongoClusterStatus.

Properties

Dropping

Dropping.

Provisioning

Provisioning.

Ready

Ready.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Updating

Updating.

Methods

Equals(MongoClusterStatus)

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(MongoClusterStatus, MongoClusterStatus)

Determines if two MongoClusterStatus values are the same.

Implicit(String to MongoClusterStatus)

Converts a string to a MongoClusterStatus.

Inequality(MongoClusterStatus, MongoClusterStatus)

Determines if two MongoClusterStatus values are not the same.

Applies to