MongoClusterPreviewFeature 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.
Preview features that can be enabled on a mongo cluster.
public readonly struct MongoClusterPreviewFeature : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterPreviewFeature>
type MongoClusterPreviewFeature = struct
Public Structure MongoClusterPreviewFeature
Implements IEquatable(Of MongoClusterPreviewFeature)
- Inheritance
-
MongoClusterPreviewFeature
- Implements
Constructors
MongoClusterPreviewFeature(String) |
Initializes a new instance of MongoClusterPreviewFeature. |
Properties
GeoReplicas |
Enables geo replicas preview feature. The feature must be set at create-time on new cluster to enable linking a geo-replica cluster to it. |
Methods
Equals(MongoClusterPreviewFeature) |
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(MongoClusterPreviewFeature, MongoClusterPreviewFeature) |
Determines if two MongoClusterPreviewFeature values are the same. |
Implicit(String to MongoClusterPreviewFeature) |
Converts a string to a MongoClusterPreviewFeature. |
Inequality(MongoClusterPreviewFeature, MongoClusterPreviewFeature) |
Determines if two MongoClusterPreviewFeature values are not the same. |
Applies to
Azure SDK for .NET