你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MongoClusterCreateMode 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 mode that the Mongo Cluster is created with.
public readonly struct MongoClusterCreateMode : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterCreateMode>
type MongoClusterCreateMode = struct
Public Structure MongoClusterCreateMode
Implements IEquatable(Of MongoClusterCreateMode)
- Inheritance
-
MongoClusterCreateMode
- Implements
Constructors
MongoClusterCreateMode(String) |
Initializes a new instance of MongoClusterCreateMode. |
Properties
Default |
Create a new mongo cluster. |
GeoReplica |
Create a replica cluster in distinct geographic region from the source cluster. |
PointInTimeRestore |
Create a mongo cluster from a restore point-in-time. |
Replica |
Create a replica cluster in the same geographic region as the source cluster. |
Methods
Equals(MongoClusterCreateMode) |
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(MongoClusterCreateMode, MongoClusterCreateMode) |
Determines if two MongoClusterCreateMode values are the same. |
Implicit(String to MongoClusterCreateMode) |
Converts a string to a MongoClusterCreateMode. |
Inequality(MongoClusterCreateMode, MongoClusterCreateMode) |
Determines if two MongoClusterCreateMode values are not the same. |