MongoDBReplication 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.
Describes how changes will be replicated from the source to the target. The default is OneTime.
public readonly struct MongoDBReplication : IEquatable<Azure.ResourceManager.DataMigration.Models.MongoDBReplication>
type MongoDBReplication = struct
Public Structure MongoDBReplication
Implements IEquatable(Of MongoDBReplication)
- Inheritance
-
MongoDBReplication
- Implements
Constructors
MongoDBReplication(String) |
Initializes a new instance of MongoDBReplication. |
Properties
Continuous |
Continuous. |
Disabled |
Disabled. |
OneTime |
OneTime. |
Methods
Equals(MongoDBReplication) |
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(MongoDBReplication, MongoDBReplication) |
Determines if two MongoDBReplication values are the same. |
Implicit(String to MongoDBReplication) |
Converts a string to a MongoDBReplication. |
Inequality(MongoDBReplication, MongoDBReplication) |
Determines if two MongoDBReplication values are not the same. |
Applies to
Azure SDK for .NET