MongoClusterReplicationRole 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.
Replication role of the mongo cluster.
public readonly struct MongoClusterReplicationRole : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterReplicationRole>
type MongoClusterReplicationRole = struct
Public Structure MongoClusterReplicationRole
Implements IEquatable(Of MongoClusterReplicationRole)
- Inheritance
-
MongoClusterReplicationRole
- Implements
Constructors
MongoClusterReplicationRole(String) |
Initializes a new instance of MongoClusterReplicationRole. |
Properties
AsyncReplica |
The cluster is a local asynchronous replica. |
GeoAsyncReplica |
The cluster is a geo-asynchronous replica. |
Primary |
The cluster is a primary replica. |
Methods
Equals(MongoClusterReplicationRole) |
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(MongoClusterReplicationRole, MongoClusterReplicationRole) |
Determines if two MongoClusterReplicationRole values are the same. |
Implicit(String to MongoClusterReplicationRole) |
Converts a string to a MongoClusterReplicationRole. |
Inequality(MongoClusterReplicationRole, MongoClusterReplicationRole) |
Determines if two MongoClusterReplicationRole values are not the same. |
Applies to
Azure SDK for .NET