CassandraClusterCommandStatus 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.
Status of the command.
public readonly struct CassandraClusterCommandStatus : IEquatable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterCommandStatus>
type CassandraClusterCommandStatus = struct
Public Structure CassandraClusterCommandStatus
Implements IEquatable(Of CassandraClusterCommandStatus)
- Inheritance
-
CassandraClusterCommandStatus
- Implements
Constructors
CassandraClusterCommandStatus(String) |
Initializes a new instance of CassandraClusterCommandStatus. |
Properties
Done |
Done. |
Enqueue |
Enqueue. |
Failed |
Failed. |
Finished |
Finished. |
Processing |
Processing. |
Running |
Running. |
Methods
Equals(CassandraClusterCommandStatus) |
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(CassandraClusterCommandStatus, CassandraClusterCommandStatus) |
Determines if two CassandraClusterCommandStatus values are the same. |
Implicit(String to CassandraClusterCommandStatus) |
Converts a String to a CassandraClusterCommandStatus. |
Inequality(CassandraClusterCommandStatus, CassandraClusterCommandStatus) |
Determines if two CassandraClusterCommandStatus values are not the same. |
Applies to
Azure SDK for .NET