CassandraClusterType 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.
Type of the cluster. If set to Production, some operations might not be permitted on cluster.
public readonly struct CassandraClusterType : IEquatable<Azure.ResourceManager.CosmosDB.Models.CassandraClusterType>
type CassandraClusterType = struct
Public Structure CassandraClusterType
Implements IEquatable(Of CassandraClusterType)
- Inheritance
-
CassandraClusterType
- Implements
Constructors
CassandraClusterType(String) |
Initializes a new instance of CassandraClusterType. |
Properties
NonProduction |
NonProduction. |
Production |
Production. |
Methods
Equals(CassandraClusterType) |
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(CassandraClusterType, CassandraClusterType) |
Determines if two CassandraClusterType values are the same. |
Implicit(String to CassandraClusterType) |
Converts a string to a CassandraClusterType. |
Inequality(CassandraClusterType, CassandraClusterType) |
Determines if two CassandraClusterType values are not the same. |
Applies to
Azure SDK for .NET