MongoClusterStatus 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.
The status of the Mongo cluster resource.
public readonly struct MongoClusterStatus : IEquatable<Azure.ResourceManager.MongoCluster.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 |
The mongo cluster resource is being dropped. |
Provisioning |
The mongo cluster resource is being provisioned. |
Ready |
The mongo cluster resource is ready for use. |
Starting |
The mongo cluster resource is being started. |
Stopped |
The mongo cluster resource is stopped. |
Stopping |
The mongo cluster resource is being stopped. |
Updating |
The mongo cluster resource is being updated. |
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
Azure SDK for .NET