Condividi tramite


MongoClusterCreateMode Struct

Definition

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

Name Description
MongoClusterCreateMode(String)

Initializes a new instance of MongoClusterCreateMode.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to